12 lines
No EOL
308 B
Text
12 lines
No EOL
308 B
Text
<!-- demo.maintenance.template -->
|
|
{% extends "hippie/_maintenance.njk" %}
|
|
|
|
{% block meta %}
|
|
{% include "demo/partials/_meta.njk" %}
|
|
<base href="/">
|
|
{% endblock %}
|
|
|
|
{% block links %}
|
|
{{ super() }}
|
|
<link rel="stylesheet" type="text/css" media="all" href="{{ pageBase }}css/demo_basic.css"/>
|
|
{% endblock %} |