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