Initial commit

This commit is contained in:
pmitros
2011-12-08 04:02:28 +00:00
commit 4550f63e2b
42 changed files with 1206 additions and 0 deletions

7
vert_module.html Normal file
View File

@@ -0,0 +1,7 @@
<div>
% for t in items:
<div id="vert-${items.index(t)}">
${t[1]['content']}
</div>
% endfor
</div>