[%# html/head: ... element for HTML pages # # ARGS: # - html.head.title # page title # - html.head.meta # hash of metadata # - html.headers # additional HTML headers # TODO: # - various other header items are not currently handled, # e.g. base, xbase, target, script, noscript, etc., but # you can set 'html.headers' as a general work-around # to put extra stuff in the ... element -%] [% html.head.title %] [% FOREACH item = html.head.meta -%] [% END -%] [% html.headers -%]