auth-server/templates/hello.html.tera

6 lines
85 B
Plaintext
Raw Normal View History

2020-02-29 18:45:32 +00:00
{% extends "base" %}
{% block content %}
<h1>Hello!</h1>
{% endblock content %}