rainbox.email/views/home.njk

7 lines
164 B
Plaintext

{% extends 'layouts/base.njk' %}
{% set title = app.name + ' - Welcome to the toot.party auth center!' %}
{% block body %}
<h1>{{ title }}</h1>
{% endblock %}