11 lines
229 B
HTML
11 lines
229 B
HTML
|
{% extends "/html/page-one-column.html" %}
|
||
|
|
||
|
{% block header %}
|
||
|
{% include "/html/includes/top_spacer.inc" %}
|
||
|
{% include "/html/includes/headlines.inc" %}
|
||
|
{% endblock %}
|
||
|
|
||
|
{% block center %}
|
||
|
{{page.content|safe}}
|
||
|
{% endblock %}
|