Files @ 0b0b679d1855
Branch filter:

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

Brett Smith
Remove unwanted dependencies.

This doesn't remove all trace of them but it's enough to avoid installing
them and still be able to see the front page.
{% extends "site_base.html" %}


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