Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / templates / im / base_two_cols.html @ fc1e2f02

History | View | Annotate | Download (253 Bytes)

1
{% extends "im/base.html" %}
2

    
3
{% block page.body %}
4
<div class="two-cols clearfix">
5
        <div class="rt">
6
            {% block body.right %}
7
            {% endblock %}
8
        </div>
9
        <div class="lt">
10
            {% block body.left %}
11
            {% endblock %}
12
        </div>
13
</div>
14
{% endblock %}