Search code examples
phphtmlcsstemplatescomments

How to comment on template files? (.tpl)


I am trying to do some commenting on a .html.tpl file I'm maintaining using

<!-- -->

but it would return syntax error.

How do you put comment on such files?


Solution

  • Solved! To comment on such files...I should use

    {* INSERT COMMENT HERE *}