{% extends "layout.html" %} {% block title %}Home{% endblock %} {% block content %}

Welcome to the Flask Template App!

This is the index page.

{% endblock %}