{% extends "base.html" %}

{% block content %}
<div class="container-fluid mt-2">
  <h1>Auth</h1>
  <p>Login successful.</p>
</div>
{% endblock %}