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/_layouts/session.html.twig

8 lines
165 B
Twig
Raw Permalink Normal View History

2019-05-03 13:22:39 +01:00
{% extends 'page' %}
2019-05-03 13:38:21 +01:00
{% block content_bottom %}
2019-05-22 12:19:47 +01:00
{% include 'session-speakers' with {
2019-05-22 21:22:24 +01:00
speakers: speakersForSession(page, data.speakers),
2019-05-22 12:19:47 +01:00
} %}
2019-05-03 13:38:21 +01:00
{% endblock %}