Initial commit
This commit is contained in:
7
vert_module.html
Normal file
7
vert_module.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<div>
|
||||
% for t in items:
|
||||
<div id="vert-${items.index(t)}">
|
||||
${t[1]['content']}
|
||||
</div>
|
||||
% endfor
|
||||
</div>
|
||||
Reference in New Issue
Block a user