{# This is an example home page template. It inherits and extends a layout template that lives in the top-level views/ folder for convenience #} {% extends "layout.html" %} {% block main %} {% endblock %}