D8 and D7 template file syntax
Below are examples of basic structures you need in templating shown in Twig (Drupal 8) and PHPTemplate (Drupal 7).
Code Comments
{# My code comment, won't appear in the HTML #}
<?php // My code comment, won't appear in the HTML ?>