Setting tag myslice-0.2-3
[myslice.git] / plugins / stack / static / stack.html
1 <div id='div-{{ domid }}'>
2 {% for son in sons %}
3 {#<h3>{{ son.title }}</h3>#}
4 <div id='stack-{{ son.domid }}'>
5 {{ son.rendered }}
6 </div>
7 {% endfor %}
8 </div>