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

10 lines
199 B
Twig

{% for session in sessions if speaker.name in session.speakers %}
{% if loop.first %}
<h2>Session</h2>
{% endif %}
<a href="{{ session.url }}">
{{ session.title }}
</a>
{% endfor %}