<!doctype html>
<html>
<head>
<title>Auth</title>
</head>
<body>
{% block content %}
<h1>Hi!</h1>
{% endblock content %}
</body>
</html>