Files @ f7ee03e1402c
Branch filter:

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

Josh Simmons
Merge pull request #73 from northbaypython/josh/design

less padding for the padding throne
{% extends "site_base.html" %}


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