unfold: better management of static files thanks to finders for plugins and third...
[unfold.git] / plugins / stack / stack.html
diff --git a/plugins/stack/stack.html b/plugins/stack/stack.html
deleted file mode 100644 (file)
index 00863e4..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<div id='div-{{ domid }}'>
-{% for son in sons %}
-{#<h3>{{ son.title }}</h3>#}
-<div id='stack-{{ son.domid }}'>
-{{ son.rendered }}
-</div>
-{% endfor %}
-</div>