mirror of
https://github.com/Xevion/runnerspace.git
synced 2025-12-17 18:13:09 -06:00
added templates
This commit is contained in:
@@ -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 %}
|
||||
Reference in New Issue
Block a user