{% extends 'layouts/base.njk' %} {% set title = app.name + ' - Home' %} {% block body %} <h1>{{ title }}</h1> {% endblock %}