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