git://git.onelab.eu
/
myslice.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
no 'Hide' or 'Show' in plugin title
[myslice.git]
/
plugins
/
stack
/
stack.html
1
<div id='div-{{ domid }}'>
2
{% for son in sons %}
3
{#<h3>{{ son.title }}</h3>#}
4
<div id='tab-{{ son.domid }}'>
5
{{ son.rendered }}
6
</div>
7
{% endfor %}
8
</div>