mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-12 08:05:18 +01:00
23 lines
482 B
HTML
23 lines
482 B
HTML
---
|
|
layout: base
|
|
---
|
|
|
|
<section role="main" id="main" class="page-single grid">
|
|
|
|
<article class="hentry format-page col6">
|
|
<header>
|
|
<h1 class="entry-title">{{ page.title | titlecase }}</h1>
|
|
</header>
|
|
|
|
<section class="entry-content">
|
|
{% if page.image %}
|
|
{% picture {{ page.image }} class="teaser" %}
|
|
{% endif %}
|
|
|
|
{{ content | condense_spaces }}
|
|
</section>
|
|
|
|
</article>
|
|
|
|
</section>
|