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
/
index.html
blob: 357a39927341a363b4b8188a84839caba84d991b (
plain
)
1
2
3
4
{%
extends
'base.html'
%}
{%
block
content
%}
{%
endblock
%}