reorganize plugins by plugin
[unfold.git] / plugins / verticallayout / verticallayout.html
diff --git a/plugins/verticallayout/verticallayout.html b/plugins/verticallayout/verticallayout.html
new file mode 100644 (file)
index 0000000..f765cd1
--- /dev/null
@@ -0,0 +1,8 @@
+<div id='div-{{ domid }}'>
+{% for son in sons %}
+{#<h3>{{ son.title }}</h3>#}
+<div id='tab-{{ son.domid }}'>
+{{ son.rendered }}
+</div>
+{% endfor %}
+</div>