move former myslice/viewutils.py, to gether with the contents of former views/ subdir...
[unfold.git] / views / templates / layout-unfold1.html
diff --git a/views/templates/layout-unfold1.html b/views/templates/layout-unfold1.html
deleted file mode 100644 (file)
index 002a023..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-{% extends "base.html" %}
-
-{% block base_content %}
-    <div id="unfold1-main" class="col-md-12 columns">
-      {% block unfold1_main %}
-      "The main content area (define block 'unfold1_main')"
-      {% endblock unfold1_main %}
-    </div><!--col-md-12-->
-{% endblock %}