auth-server/templates/base.html.tera

12 lines
189 B
Plaintext
Raw Permalink Normal View History

2020-02-29 18:45:32 +00:00
<!doctype html>
<html>
<head>
<title>Auth</title>
</head>
<body>
{% block content %}
<h1>Hi!</h1>
{% endblock content %}
</body>
</html>