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