Re: [htmltmpl] Designating which template produced the output HTML?
Brought to you by:
samtregar
From: Kevin S. <kev...@gm...> - 2005-07-30 22:16:35
|
On 7/30/05, Justin Simoni <ju...@sk...> wrote: >=20 > Does anyone have any best practices in labeling the code that each > template creates? For example, he proposed that we simply use HTML > comments and wrap the template itself around them. For example: >=20 > <!-- start [template_name].tmpl --> >=20 > and >=20 > <!-- end [template_name].tmpl --> >=20 > What do you guys do? I do exactly what you described here. Each of my templates have the following 2 HTML comments: <!-- begin foo.tmpl --> <!-- end foo.tmpl --> -- Kevin. |