8 lines
283 B
HTML
8 lines
283 B
HTML
<%page expression_filter="h"/>
|
|
<%namespace name='static' file='../../static_content.html'/>
|
|
<% style_overrides_file = static.get_value('css_overrides_file') %>
|
|
|
|
% if style_overrides_file:
|
|
<link rel="stylesheet" type="text/css" href="${static.url(style_overrides_file)}" />
|
|
% endif
|