14 lines
379 B
HTML
14 lines
379 B
HTML
## mako
|
|
|
|
<%page expression_filter="h"/>
|
|
|
|
## Override the default styles_version to the Pattern Library version (version 2)
|
|
<%! main_css = "style-main-v2" %>
|
|
|
|
<%inherit file="../base.html" />
|
|
<%block name="title">${page_title if page_title else ''}</%block>
|
|
|
|
<%block name="content">
|
|
<%include file="/fragments/standalone-page-fragment.html" args="fragment=fragment"/>
|
|
</%block>
|