5 lines
248 B
HTML
5 lines
248 B
HTML
## mako
|
|
<%page expression_filter="h" args="online_help_token"/>
|
|
<%namespace name='static' file='static_content.html'/>
|
|
<%include file="${static.get_template_path(relative_path='header/header.html')}" args="online_help_token=online_help_token" />
|