Applied grnet theme for user pages
[astakos] / astakos / im / templates / base_two_cols.html
diff --git a/astakos/im/templates/base_two_cols.html b/astakos/im/templates/base_two_cols.html
new file mode 100644 (file)
index 0000000..d0dd9c3
--- /dev/null
@@ -0,0 +1,12 @@
+{% extends "base.html" %}
+
+{% block page.body %}
+<div class="maincol">
+    {% block body %}
+    {% endblock %}
+</div>
+<div class="rightcol">
+    {% block body.right %}
+    {% endblock %}
+</div>
+{% endblock %}