7 lines
158 B
Plaintext
7 lines
158 B
Plaintext
{% extends 'layouts/base.njk' %}
|
|
|
|
{% set title = 'ALDAP - Welcome to the toot.party auth center!' %}
|
|
|
|
{% block body %}
|
|
<h1>{{ title }}</h1>
|
|
{% endblock %} |