This repository has been archived on 2023-10-15. You can view files and clone it, but cannot push or open issues or pull requests.

10 lines
186 B
HTML

{% extends "base.html" %}
{% block content %}
<h1 class="title">
Flask Login Example
</h1>
<h2 class="subtitle">
Easy authentication and authorization in Flask.
</h2>
{% endblock %}