23 lines
No EOL
459 B
HTML
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 --> |