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