1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
theorangeone.net-legacy/templates/pages/simple_content_page.html
2016-12-25 15:35:38 +00:00

12 lines
263 B
HTML

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