Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pallets/werkzeug
/ render_template
Function
render_template
examples/couchy/utils.py:45–48 ·
view source on GitHub ↗
(template, **context)
Source
from the content-addressed store, hash-verified
43
44
45
def
render_template(template, **context):
46
return
Response(
47
jinja_env.get_template(template).render(**context), mimetype=
"text/html"
48
)
49
50
51
def
validate_url(url):
Callers
4
new
Function · 0.70
display
Function · 0.70
list
Function · 0.70
not_found
Function · 0.70
Calls
2
Response
Class · 0.90
render
Method · 0.80
Tested by
no test coverage detected