{% extends "layout.html" %} {% block page_title %}Welcome{% endblock %} {% block body %} {{ super() }}

hello world

This is a web app developed with Flask framework.

The main purpose is to introduce how to implement the essential elements in web applications with Flask, including

For more basic knowledge of Flask, you can refer to a tutorial on Tutorialspoint.

{% endblock %}