move former myslice/viewutils.py, to gether with the contents of former views/ subdir...
[unfold.git] / views / templates / layout-unfold2.html
diff --git a/views/templates/layout-unfold2.html b/views/templates/layout-unfold2.html
deleted file mode 100644 (file)
index 1d092c2..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-{% 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 %}