index
:
edu-net
index-page
makingItWork
master
set-up-database
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
home
/
views.py
blob: 3d18aa85434a4a167fd2e4f54a1eceff926208e3 (
plain
)
1
2
3
4
from
flask
import
render_template
def
index_view
():
return
render_template
(
'base.html'
)