Removed extra div
This commit is contained in:
parent
1df2dbf0c9
commit
72b4802203
|
@ -1,8 +1,12 @@
|
||||||
{% extends 'default' %}
|
{% extends 'default' %}
|
||||||
|
|
||||||
{% block content_wrapper %}
|
{% block content_wrapper %}
|
||||||
<div class="col-md-9">
|
<h1>{{ page.title }}</h1>
|
||||||
<h1>{{ page.title }}</h1>
|
{% block content %}{% endblock %}
|
||||||
{% block content %}{% endblock %}
|
|
||||||
</div>{# .col-md-9 #}
|
{% if page.slides_embed %}
|
||||||
|
<div class="slides">
|
||||||
|
{{ page.slides_embed|raw }}
|
||||||
|
</div>
|
||||||
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
Reference in a new issue