Files
edx-platform/vert_module.html
Kyle Fiedler b98d833762 Added some slight style and new typeface
--HG--
branch : kf-refactor
2012-01-05 21:39:55 -05:00

8 lines
104 B
HTML

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