move templates for views where they belong
[unfold.git] / views / templates / view-plugin.html
diff --git a/views/templates/view-plugin.html b/views/templates/view-plugin.html
deleted file mode 100644 (file)
index f33256b..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-{% extends 'layout-myslice.html' %}
-
-{% block content_main %}
-{{ content_main|safe }}
-{% endblock content_main %}
-
-{% block content_related %}
-{{ content_related|safe }}
-{% endblock content_related %}