summaryrefslogtreecommitdiffstats
path: root/askbot/templates/one_column_body.html
blob: 852f8fe5b32762da553fdffc17a84e50e9e28380 (plain)
1
2
3
4
5
6
7
8
{% extends "base.html" %}
{% block body_class %}one-col{% endblock %}
{% block body %}
<div id="ContentFull">
    {% block content%}
    {% endblock%}
</div>
{% endblock %}