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
/
index.html
blob: 04b89ef9f52dc426a59e7905d1ddab40ba16d627 (
plain
)
1
2
3
4
5
{%
extends
'base/layout.html'
%}
{%
block
content
%}
Index Page
{%
endblock
%}