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?
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?
Solved! To comment on such files...I should use
{* INSERT COMMENT HERE *}