projects
/
zzz-floof.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
trying out resource routing. Works decently. Added lots of notes.
[zzz-floof.git]
/
floof
/
templates
/
users
/
view.mako
1
<%inherit file="/base.mako" />
2
3
<p>This is the userpage for ${c.this_user.name}.</p>