Hi, I am doing magento 2 modul payment method, and I have html which is working and then I insert code for .phtml but is this file php is not working, but html is working. I do not now what to do. Thank you for help. I need something else for .phtml?
<?php
echo "Test";
?>
<div data-bind="template: 'Alcyone_Bankart/form.phtml'"></div>