views:

7

answers:

1

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?

A: 

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

{* INSERT COMMENT HERE *}
Woppi