dcbristol-2019-static/source/_includes/speaker-session.html.twig

10 lines
179 B
Twig
Raw Normal View History

2019-05-20 22:40:25 +00:00
{% for session in sessions %}
2019-05-15 23:15:52 +00:00
{% if loop.first %}
2019-05-15 23:21:57 +00:00
<h2 class="tw-mt-8">Session</h2>
2019-05-15 23:15:52 +00:00
{% endif %}
2019-05-03 17:40:05 +00:00
<a href="{{ session.url }}">
{{ session.title }}
</a>
{% endfor %}