File diff 000000000000 → 04f246d85071
pinaxcon/templates/site_base_onecolumn.html
Show inline comments
 
new file 100644
 
{% extends "site_base.html" %}
 

	
 

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