Catalyst-Helper-View-TT-Bootstrap
view release on metacpan or search on metacpan
lib/Catalyst/Helper/View/TT/Bootstrap/Manual.pm view on Meta::CPAN
=head2 html.tt points of interest
html.tt creates the html, head and body elements of each page. As noted above,
it references many of the page.* variables to populate these sections.
=over 4
=item HTML 4.01 strict DOCTYPE
Per the recommendation of the w3c, the broadcasted DOCTYPE is HTML 4.01 strict.
It was either this or XHTML 1.0 strict, but since you're likely delivering your
pages with Content-Type header set to 'text/html', this is more correct. There
are arguments for and against using HTML 4.01 instead of XHTML 1.0, but it's
probably not worth the reading, since you really just want to get stuff done.
That said, please use HTML style closed tags or change the DOCTYPE in html.tt
<p>This is<br>GOOD</p>
<p>This is<br/>a waste of a character</p>
=item debug_init
[% # in some PRE_PROCESS template
( run in 1.815 second using v1.01-cache-2.11-cpan-49f99fa48dc )