Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/flask
/ index
Function
index
tests/test_apps/blueprintapp/apps/admin/__init__.py:14–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
13
@admin.route(
"/"
)
14
def
index():
15
return
render_template(
"admin/index.html"
)
16
17
18
@admin.route(
"/index2"
)
Callers
nothing calls this directly
Calls
1
render_template
Function · 0.90
Tested by
no test coverage detected