projects
/
webpysample.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
version inicial, con base de datos, sesiones y templates
[webpysample.git]
/
templates
/
index.html
1
$def with (testlist)
2
3
$var title: Index
4
$var cssfiles: /static/css/index.css
5
6
<ol>
7
$for test in testlist
8
<li>$test.test</li>
9
</ol>