1
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.
wagtail-website-2018-spike/templates/pages/simple_content_page.html

14 lines
234 B
HTML

{% extends "base.html" %}
{% load static %}
{% block content %}
<div id="main">
<div class="container">
{% include "common/content.html" %}
{% include "common/share-links.html" %}
</div>
</div>
{% endblock %}