auth-server/templates/hello.html.tera

7 lines
116 B
Plaintext

{% extends "base" %}
{% block content %}
<h1>Hello?</h1>
<a href="/login">Login</a>
{% endblock content %}