Files @ 6789b25e69a3
Branch filter:

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

Anna Ossowski
Update README.md
{% extends "site_base.html" %}


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