{% include header.html %}
{% 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%}
{{ page.title }}
{% include event_digest.html event=page %}
{% endcapture %}
{% include title_image.html content=title-content %}
{{ content }}
{% include events/event_registration_text.html event=page %}
{% include footer.html %}