2025-03-03 12:58:13 +00:00
|
|
|
{% extends 'base' %}
|
|
|
|
|
|
|
|
{% block content_wrapper %}
|
|
|
|
<h1>{{ page.title }}</h1>
|
2025-03-20 22:42:15 +00:00
|
|
|
|
|
|
|
{{ page.date|date('jS F Y') }}
|
|
|
|
|
|
|
|
{% for speaker in page.speakers %}
|
|
|
|
{{ speaker }}
|
|
|
|
{% endfor %}
|
2025-03-03 12:58:13 +00:00
|
|
|
{% endblock %}
|