MCPcopy
hub / github.com/pallets/werkzeug / about

Function about

examples/plnt/views.py:32–34  ·  view source on GitHub ↗

Show the about page, so that we have another view func ;-)

(request)

Source from the content-addressed store, hash-verified

30
31@expose("/about")
32def about(request):
33 """Show the about page, so that we have another view func ;-)"""
34 return render_template("about.html")

Callers

nothing calls this directly

Calls 1

render_templateFunction · 0.70

Tested by

no test coverage detected