Files @ f42aeb707e2a
Branch filter:

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

Christopher Neugebauer
Factors the display of an invoice into _invoice_details.html for reuse in e-mail bits.
{% extends "site_base.html" %}


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