1
Fork 0
theorangeone.net-legacy/templates/pages/simple_content_page.html
2016-12-19 18:50:39 +00:00

12 lines
258 B
HTML

{% extends "base.html" %}
{% load wagtailcore_tags %}
{% block body_class %}template-contentpage{% endblock %}
{% block content %}
{% include 'common/header' %}
<section class="container">
{% include_block page.body %}
</section>
{% endblock %}