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

13 lines
285 B
Twig
Raw Normal View History

2018-10-05 23:23:35 +00:00
{% extends 'default' %}
2017-07-11 00:08:32 +00:00
{% block content_wrapper %}
2019-01-16 18:40:06 +00:00
<div class="markup spaced-y-4">
2019-01-04 20:05:36 +00:00
{% block content %}{% endblock %}
2017-07-11 00:08:32 +00:00
</div>
2017-09-05 17:37:41 +00:00
{% include 'talk/slides' %}
{% include 'talk/video' %}
2018-06-20 21:56:25 +00:00
{% include 'talk/tweets' %}
2018-05-09 23:17:07 +00:00
{% include 'talk/events' %}
2017-07-11 00:08:32 +00:00
{% endblock %}