The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
[%# html/body: <body>...</body> element for HTML pages
  #
  # ARGS:
  #   - html.body.*	    # any body attributes
  #   - content         # body content
-%]
[% USE HTML; HTML.element( body => html.body ) +%]
[% content -%]
</body>