2019-07-15 13:32:00 +00:00
|
|
|
---
|
|
|
|
layout: default
|
|
|
|
---
|
|
|
|
|
|
|
|
<div class="content-wrapper px-4 py-2">
|
2021-02-14 13:27:47 +00:00
|
|
|
{% if page.title and page.title != blank %}
|
2020-06-02 09:15:14 +00:00
|
|
|
<div class="content-header">
|
2020-09-23 07:50:37 +00:00
|
|
|
<h1>{{ page.title }}</h1>
|
2020-06-02 09:15:14 +00:00
|
|
|
</div>
|
2021-02-14 13:27:47 +00:00
|
|
|
{% endif %}
|
2020-06-02 09:15:14 +00:00
|
|
|
<div class="content px-2">
|
2020-05-31 13:19:29 +00:00
|
|
|
{{ content }}
|
2020-06-02 09:15:14 +00:00
|
|
|
</div>
|
2019-07-15 13:32:00 +00:00
|
|
|
</div>
|