added templates

This commit is contained in:
Seligmann
2022-03-26 19:21:22 -05:00
parent 7c4bd7e8d2
commit 3fd92689d9
7 changed files with 155 additions and 12 deletions

View File

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