index
:
openwrt-repro
master
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
code
/
templates
/
flask
/
templates
/
home.html
blob: 9825deb22a74f1541b5061b5042a49f0ad8b6b61 (
plain
)
1
2
3
4
{% extends "base.html" %} {% block body %} <h1>template flask app</h1> {% endblock %}