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.twig

18 lines
365 B
Twig
Raw Normal View History

2016-05-27 19:00:54 +00:00
{% extends 'default' %}
2015-09-09 07:02:35 +00:00
2017-03-06 20:43:33 +00:00
{% block body_classes 'talk talk-full' %}
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 %}
2017-02-19 23:05:39 +00:00
<div class="talk-description">
2017-02-19 21:14:22 +00:00
{% block content %}{% endblock %}
</div>
2017-03-06 06:06:18 +00:00
{% include 'talk/slides' %}
{% include 'talk/video' %}
2017-03-06 08:16:34 +00:00
{% include 'talk/events' %}
2015-12-29 00:39:54 +00:00
{% endblock %}