2015-03-02 17:10:41 -08:00
|
|
|
---
|
2016-03-27 20:13:45 -07:00
|
|
|
layout: base
|
2015-03-02 17:10:41 -08:00
|
|
|
---
|
|
|
|
|
2016-03-27 20:13:45 -07:00
|
|
|
<div class="intro-header"></div>
|
2016-02-07 18:22:13 +02:00
|
|
|
|
2020-08-23 19:23:14 +00:00
|
|
|
<div role="main" class="{% if page.full-width %} container-fluid {% else %} container-md {% endif %}">
|
2020-08-24 22:04:22 +00:00
|
|
|
{% if page.before-content %}
|
|
|
|
<div class="before-content">
|
|
|
|
{% for file in page.before-content %}
|
|
|
|
{% include {{ file }} %}
|
|
|
|
{% endfor %}
|
|
|
|
</div>
|
|
|
|
{% endif %}
|
|
|
|
|
2016-03-27 20:13:45 -07:00
|
|
|
{{ content }}
|
2020-08-24 22:04:22 +00:00
|
|
|
|
|
|
|
{% if page.after-content %}
|
|
|
|
<div class="after-content">
|
|
|
|
{% for file in page.after-content %}
|
|
|
|
{% include {{ file }} %}
|
|
|
|
{% endfor %}
|
|
|
|
</div>
|
|
|
|
{% endif %}
|
2018-12-25 23:27:22 +01:00
|
|
|
</div>
|