71/project/templates/index.html

12 lines
246 B
HTML

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