Added an extra line

This commit is contained in:
Oliver Davies 2015-05-27 18:10:48 +01:00
parent 88dc527279
commit b277c18ac7

View file

@ -2,6 +2,7 @@
{% block content_wrapper %}
<h1>{{ page.title }}</h1>
{% block content %}{% endblock %}
{% if page.slides_embed %}
@ -9,4 +10,4 @@
{{ page.slides_embed|raw }}
</div>
{% endif %}
{% endblock %}
{% endblock %}