Rename files

This commit is contained in:
Oliver Davies 2015-07-26 15:23:51 +01:00
parent 4a04500bcc
commit fe13db722b
18 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,15 @@
{% extends 'default' %}
{% 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 %}