index
:
Strengthy
main
A fitness tracking webapp written in Python
Dylan Bolger
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
templates
/
base
/
home.html
blob: 14dd441ca0488f6d02120bcbb7565ecd6d77cf9e (
plain
)
1
2
3
4
5
{%
extends
'base.html'
%}
{%
block
content
%}
User Homepage
{%
endblock
%}