Files @ 42c97e684802
Branch filter:

Location: symposion_app/pinaxcon/templates/site_base_onecolumn.html

Christopher Neugebauer
Merge remote-tracking branch 'pinaxcon/master'
{% extends "site_base.html" %}


{% block body_base %}
    <section id="content_body">
        <div class="container">
            {% include "_messages.html" %}
            {% block body %}
            {% endblock %}
        </div>
    </section>
{% endblock %}