2013-12-04 23:09:15 +01:00
|
|
|
---
|
|
|
|
layout: base
|
|
|
|
---
|
|
|
|
|
2016-05-02 00:01:49 +02:00
|
|
|
<section role="main" id="main" class="page-single">
|
2015-08-09 18:15:40 +02:00
|
|
|
|
2016-05-02 00:01:49 +02:00
|
|
|
<article class="hentry format-page">
|
2015-08-09 18:15:40 +02:00
|
|
|
<header>
|
|
|
|
<h1 class="entry-title">{{ page.title | titlecase }}</h1>
|
|
|
|
</header>
|
2013-12-04 23:09:15 +01:00
|
|
|
|
|
|
|
<section class="entry-content">
|
|
|
|
{% if page.image %}
|
2017-07-23 20:40:33 +02:00
|
|
|
{% include picture.html %}
|
2013-12-04 23:09:15 +01:00
|
|
|
{% endif %}
|
2015-08-09 18:15:40 +02:00
|
|
|
|
2016-06-12 18:12:05 +02:00
|
|
|
{{ content }}
|
2013-12-04 23:09:15 +01:00
|
|
|
</section>
|
2015-08-09 18:15:40 +02:00
|
|
|
|
2013-12-04 23:09:15 +01:00
|
|
|
</article>
|
|
|
|
|
2015-08-09 18:15:40 +02:00
|
|
|
</section>
|