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