This commit is contained in:
2021-07-14 01:32:23 +03:00
commit af5478994c
14 changed files with 313 additions and 0 deletions

View File

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