phpsw-sculpin-demo/source/_layouts/talk.html.twig

12 lines
198 B
Twig
Raw Normal View History

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 %}