oliverdavies.uk/source/_views/talk.html.twig

14 lines
274 B
Twig
Raw Normal View History

2016-05-27 19:00:54 +00:00
{% extends 'default' %}
2015-09-09 07:02:35 +00:00
2016-05-13 23:55:00 +00:00
{% block content_top %}
<h1>{{ page.title }}</h1>
{% endblock %}
2015-09-09 07:02:35 +00:00
2016-05-13 23:55:00 +00:00
{% block content_wrapper %}
{% block content %}{% endblock %}
2016-09-01 07:00:21 +00:00
{{ include('talk/event') }}
{{ include('talk/slides') }}
{{ include('talk/video') }}
2015-12-29 00:39:54 +00:00
{% endblock %}