Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/realpython/discover-flask
/ welcome
Function
welcome
project/home/views.py:50–51 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
48
49
@home_blueprint.route(
'/welcome'
)
# pragma: no cover
50
def
welcome():
51
return
render_template(
'welcome.html'
)
# render a template
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected