Move all files to 2019/
This commit is contained in:
parent
f59a1843de
commit
0b536af737
94 changed files with 0 additions and 0 deletions
7
2019/source/_layouts/session.html.twig
Normal file
7
2019/source/_layouts/session.html.twig
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{% extends 'page' %}
|
||||
|
||||
{% block content_bottom %}
|
||||
{% include 'session-speakers' with {
|
||||
speakers: speakersForSession(page, data.speakers),
|
||||
} %}
|
||||
{% endblock %}
|
||||
Reference in a new issue