rainbox.email/views/home.njk

7 lines
164 B
Plaintext
Raw Normal View History

2020-04-23 18:07:49 +02:00
{% extends 'layouts/base.njk' %}
{% set title = app.name + ' - Welcome to the toot.party auth center!' %}
2020-04-23 18:07:49 +02:00
{% block body %}
2020-04-25 09:41:22 +02:00
<h1>{{ title }}</h1>
2020-04-23 18:07:49 +02:00
{% endblock %}