Files @ a7a49d83b13c
Branch filter:

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

Brett Smith
js: Host jQuery, don't use a CDN.

jQuery 3.2.1 downloaded directly from
<https://code.jquery.com/jquery-3.2.1.js>;.

Licesnse from
<https://github.com/jquery/jquery/blob/3.2.1/LICENSE.txt>;.
{% extends "site_base.html" %}


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