Files @ 04f246d85071
Branch filter:

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

Patrick Altman
Initial commit of the PinaxCon demo site
{% extends "site_base.html" %}


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