12 lines
189 B
Plaintext
12 lines
189 B
Plaintext
|
<!doctype html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Auth</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
{% block content %}
|
||
|
<h1>Hi!</h1>
|
||
|
{% endblock content %}
|
||
|
</body>
|
||
|
</html>
|