nicer toggles
[unfold.git] / plugins / templates / verticallayout.html
index 4b77c94..f765cd1 100644 (file)
@@ -1,7 +1,7 @@
-<div id='{{ uuid }}'>
+<div id='div-{{ domid }}'>
 {% for son in sons %}
-<h3>{{ son.title }}</h3>
-<div id='{{ uuid }}-{{ son.id }}'>
+{#<h3>{{ son.title }}</h3>#}
+<div id='tab-{{ son.domid }}'>
 {{ son.rendered }}
 </div>
 {% endfor %}