# h2: string. Page subheader.
# h3: string. Right-aligned subheader.
# bgcolor: string. the page's background color ("#rrggbb").
- # bodyattrs: any extra attributes for the <body> tag
# bodyclasses: array of extra CSS classes for the <body>
# onload: string. JavaScript code to run when the page finishes loading.
# javascript: string. Javascript to go in the header.
h3 = ""
bgcolor = "#ffffff"
onload = ""
- bodyattrs = ""
%]
[%# We should be able to set the default value of the h1 variable
class="[% Param('urlbase').replace('^https?://','').replace('/$','').replace('[-~@:/.]+','-') %]
[% FOREACH class = bodyclasses %]
[% ' ' %][% class FILTER css_class_quote %]
- [% END %]"
- [%+ bodyattrs %]>
+ [% END %]">
[%# Migration note: the following file corresponds to the old Param
# 'bannerhtml'