auth-server/templates/hello.html.tera
2020-02-29 19:45:32 +01:00

6 lines
85 B
Plaintext

{% extends "base" %}
{% block content %}
<h1>Hello!</h1>
{% endblock content %}