This commit is contained in:
Oliver Davies 2015-06-14 03:27:41 +01:00
parent 1f815ba7bc
commit eb3dbc40bb
116 changed files with 1123 additions and 1123 deletions

View file

@ -1,13 +1,13 @@
{% extends 'default' %}
{% block content_wrapper %}
<h1>{{ page.title }}</h1>
<h1>{{ page.title }}</h1>
{% block content %}{% endblock %}
{% block content %}{% endblock %}
{% if page.slides_embed %}
<div class="slides">
{{ page.slides_embed|raw }}
</div>
{% endif %}
{% if page.slides_embed %}
<div class="slides">
{{ page.slides_embed|raw }}
</div>
{% endif %}
{% endblock %}