momangen/_layouts/blog.html
2020-05-22 17:06:53 +02:00

23 lines
No EOL
459 B
HTML

---
layout: default
---
<!-- begin events.html -->
<div class="column">
<h1>{{ page.title }}</h1>
<a href="cloudcannon:collections/{{ event.path }}" rel="nofollow" class="editor-link cms-editor-link">Redigera Event</a>
<p><strong>{{ page.description }}</strong></p>
{{ content }}
{% if page.contact-form == true %}
{% include contact.html %}
{% endif %}
</div>
<div class="column">
{% include hittahit.html %}
</div>
<!-- END events.html -->