{% extends "public_base.html" %} {% block title %}{{ event.title }} — {{ SPLENT_APP }}{% endblock %} {% block hero %} {{ render_block('hero', eyebrow=event.kind, title=event.title, subtitle=event.summary) }} {% endblock %} {% block content %}
{% if event.room or event.starts_at or event.speaker %} {% endif %} {% if event.image %} {% endif %}
{{ event.description | safe }}
{% if event.link %}

{{ _('More info') }}

{% endif %}

← {{ _('Back to events') }}

{% endblock %}