header.html 286 Bytes
Newer Older
1
## mako
2
<%page expression_filter="h" args="online_help_token"/>
David Baumgold committed
3
<%namespace name='static' file='static_content.html'/>
4
<%include file="${static.get_themed_template_path(relative_path='theme-header.html', default_path='navigation.html')}"  args="online_help_token=online_help_token"  />