<ol class="vert-mod">
% for t in items:
<li id="vert-${items.index(t)}"> ${t[1]['content']} </li>
% endfor
</ol>