{% extends "layout.html" %} {% block page_title %}Welcome to Flask Example{% endblock %} {% block body %} {{ super() }}
In this example, we cover concepts including:
template (inheritance), URL building, redirecting, error handeling, session management (authentication), etc.
{% endblock %}