This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/source/_views/talk.html.twig

14 lines
271 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-29 11:43:17 +00:00
{% include 'talk/event' %}
{% include 'talk/slides' %}
{% include 'talk/video' %}
2015-12-29 00:39:54 +00:00
{% endblock %}