summaryrefslogtreecommitdiffstats
path: root/askbot/templates/one_column_body.html
blob: 27ced09807fc3a48e872e61fde952c3806e5d4bb (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 %}