Newer
Older
{% include top.html %}
<body>
{% include header.html %}
<main>
{% comment %}
The title image on this page has been re-purposed to show a digest of
The most important information of the event in question.
{% endcomment %}
{% capture title-content%}
<h1>{{ page.title }}</h1>
{% include event_digest.html event=page %}
{% endcapture %}
{% include title_image.html content=title-content %}
<section>
<article>
{{ content }}
{% include events/event_registration_text.html event=page %}
</article>
</section>
</main>
{% include footer.html %}
</body>
</html>