This repository has been archived on 2025-09-29. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
drupalcampbristol/2019/source/_includes/speaker-session.html.twig

10 lines
179 B
Twig
Raw Permalink Normal View History

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