{% extends "layout.html" %} {% block page_title %}Welcome{% endblock %} {% block body %} {{ super() }}
This is a minimal web app developed in Flask.
The main purpose is to introduce how to implement the essentail elements in web applications with Flask framework, including
For more basic knowledge of Flask, you can refer to a tutorial on Tutorialspoint.
{% endblock %}