Files @ f76e8766e544
Branch filter:

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

Christopher Neugebauer
Merge pull request #54 from northbaypython/designulate

Design cleanups and team page copy changes
{% extends "site_base.html" %}


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