http://qs1969.pair.com?node_id=502213


in reply to Re: Checkstyle For HTML Templates
in thread Checkstyle For HTML Templates

If you use HTML::Template you can use template tags in the form of HTML comments.

<!-- TMPL_VAR NAME=PARAM1 -->

This would allow you to validate the template.