auth-server/templates/hello.html.tera
Alex Wright 9eaf121454 Adding route for login and login_form
The EmptyContext is probably dumb or at least goofy.. but I can't work
out a better way of making render() happy right now.
2020-02-29 20:23:50 +01:00

7 lines
116 B
Plaintext

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