vert_module.html 121 Bytes
Newer Older
1
<ol class="vert-mod">
pmitros committed
2
% for t in items:
3 4 5
  <li id="vert-${items.index(t)}">
    ${t[1]['content']}
  </li>
pmitros committed
6
% endfor
7
</ol>