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

Login

{{ macros.field(_locals, 'text', 'username', null, 'Your username', null, 'required') }} {{ macros.field(_locals, 'password', 'password', null, 'Your password', null, 'required') }} {{ macros.csrf(getCsrfToken) }}

I don't have an account

{% endblock %}