5 lines
216 B
HTML
5 lines
216 B
HTML
## mako
|
|
<%page expression_filter="h"/>
|
|
<%namespace name='static' file='static_content.html'/>
|
|
<%include file="${static.get_themed_template_path(relative_path='theme-header.html', default_path='navigation.html')}" />
|