move former myslice/viewutils.py, to gether with the contents of former views/ subdir...
[myslice.git] / ui / templates / layout-unfold2.html
diff --git a/ui/templates/layout-unfold2.html b/ui/templates/layout-unfold2.html
new file mode 100644 (file)
index 0000000..1d092c2
--- /dev/null
@@ -0,0 +1,14 @@
+{% extends "base.html" %}
+
+{% block base_content %}
+    <div id="unfold2-main" class="col-md-9 columns">
+      {% block unfold2_main %}
+      "The main content area (define block 'unfold2_main')"
+      {% endblock unfold2_main %}
+    </div><!--col-md-9-->
+    <div id='unfold2-margin' class='col-md-3'>
+      {% block unfold2_margin %}
+      "The related content area (define block 'related_main')"
+      {% endblock unfold2_margin %}
+    </div><!--col-md-3-->
+{% endblock %}