Files
edx-platform/templates/vert_module.html
2012-03-19 11:10:44 -04:00

8 lines
121 B
HTML

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