2013-11-18 01:08:13 +01:00
|
|
|
---
|
2013-11-18 23:26:34 +01:00
|
|
|
layout: base
|
2013-11-18 01:08:13 +01:00
|
|
|
---
|
|
|
|
|
2015-08-09 21:50:06 +02:00
|
|
|
<section role="main" id="main" class="page-single grid">
|
2014-07-05 12:59:35 +02:00
|
|
|
|
2015-08-09 21:50:06 +02:00
|
|
|
<article class="hentry format-post col6">
|
2015-08-09 18:15:40 +02:00
|
|
|
<header>
|
|
|
|
<h1 class="entry-title">{{ page.title | titlecase }}</h1>
|
|
|
|
</header>
|
2013-11-18 22:09:20 +01:00
|
|
|
|
2013-11-23 21:53:52 +01:00
|
|
|
<section class="entry-content">
|
|
|
|
{% if page.image %}
|
|
|
|
{% picture {{ page.image }} class="teaser" %}
|
|
|
|
{% endif %}
|
2014-07-05 12:59:35 +02:00
|
|
|
|
2013-12-07 23:42:05 +01:00
|
|
|
{{ content }}
|
2013-11-23 21:53:52 +01:00
|
|
|
</section>
|
2014-07-05 12:59:35 +02:00
|
|
|
|
2013-12-01 17:14:38 +01:00
|
|
|
{% include entry_meta.html %}
|
2014-07-05 12:59:35 +02:00
|
|
|
|
2013-12-07 16:00:56 +01:00
|
|
|
{% include comments.html %}
|
2014-07-05 12:59:35 +02:00
|
|
|
|
|
|
|
{% include relatedposts.html %}
|
|
|
|
|
2013-11-23 21:53:52 +01:00
|
|
|
</article>
|
|
|
|
|
2015-08-09 18:15:40 +02:00
|
|
|
</section>
|