Closed postite closed 12 years ago
there is no way to comment stuff in templates.. //@popopo or is still parsed as a possible block !.
perhaps at least :
@ignore (){ <img src="path/@popop" /> } <img src="path/@pipip" />
..
clemos just told me that
@{//@popop}
and
@{/*@popop*/}
works ...
If that syntax is good enough, closing this issue now.
there is no way to comment stuff in templates.. //@popopo or is still parsed as a possible block !.
perhaps at least :
..