1
Fork 0

Fix template import

This commit is contained in:
Jake Howard 2016-12-25 15:35:38 +00:00
parent b23e55be40
commit 49bd83ca95

View file

@ -5,7 +5,7 @@
{% block body_class %}template-contentpage{% endblock %}
{% block content %}
{% include 'common/header' %}
{% include 'common/header.html' %}
<section class="container">
{% include_block page.body %}
</section>