auth-server/templates/hello.html.tera

7 lines
116 B
Plaintext
Raw Permalink Normal View History

2020-02-29 18:45:32 +00:00
{% extends "base" %}
{% block content %}
<h1>Hello?</h1>
<a href="/login">Login</a>
2020-02-29 18:45:32 +00:00
{% endblock content %}