Files @ f2cb50a84821
Branch filter:

Location: copyleftconf-website-fork/pinaxcon/templates/site_base_onecolumn.html

Brett Smith
settings: Read more from environment variables.
{% extends "site_base.html" %}


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