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