Removed talk.html.twig

This commit is contained in:
Oliver Davies 2015-08-09 01:34:42 +01:00
parent ed8de49622
commit d4db651572

View file

@ -1,15 +0,0 @@
{% extends 'base.html.twig' %}
{% block body_classes %}page--talks page--talks__talk{% endblock %}
{% block content_wrapper %}
<h1>{{ page.title }}</h1>
{% block content %}{% endblock %}
{% if page.slides_embed %}
<div class="slides">
{{ page.slides_embed|raw }}
</div>
{% endif %}
{% endblock %}