{% extends 'layouts/base.njk' %} {% set title = 'Example App - Hello world!' %} {% block body %}

Hello world!

{% endblock %}