{% extends '_layout.html' %} {% block title %}Home{% endblock title %} {% block meta_tags %} {{ super() }} {# static/about.png is an example and does not exist #} {# #} {% endblock meta_tags %} {% block content %}

About

This is the about page.

{% endblock content %}