Files @ 73ba5b72bf27
Branch filter:

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

Christopher Neugebauer
Revert "REVERT FOR CFP LAUNCH #52 remove CFP references"

This reverts commit 6fd8c37c3bb329847b43e64e680057229ff2e66c.
{% extends "site_base.html" %}


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