Removed talk.html.twig
This commit is contained in:
parent
ed8de49622
commit
d4db651572
|
@ -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 %}
|
Loading…
Reference in a new issue