symposion_app/pinaxcon/templates/site_base_wagtail.html

12 lines
286 B
HTML
Raw Normal View History

{% extends "site_base.html" %}
{% block extra_style %}{% endblock %}
{% block body_base %}
<div style="height: 100px;" />
<main role="main">
{% include "_messages.html" %}
{% block body %}
{% block content %}
{% endblock %}
{% endblock %}
{% endblock %}