Re: [htmltmpl] Comments
Brought to you by:
samtregar
From: Robert H. <si...@gm...> - 2007-03-07 17:41:51
|
Michael Peters wrote: > > Robert Hicks wrote: >> In TT I can create a comment like: >> >> [%# This is a comment %] >> >> The benefit to that is that comment gets stripped out when the template >> is processed (i.e you don't see it if you source the HTML file from the >> browser window). >> >> Is there a way to create a filter in HT that does the same thing? > > <tmpl_if never_going_to_use_this_var> > # This is a comment > </tmpl_if> > Oh, I forget about stuff like that. Robert |