Files
Dyxless/dyxless/templates/index.html
2021-07-14 01:32:23 +03:00

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 %}