Add Bootstrap simple template and error handling

This commit is contained in:
2020-01-09 05:20:50 +01:00
parent 15ac576058
commit 667bed6edf
13 changed files with 138 additions and 57 deletions

View File

@@ -1,6 +1,7 @@
{% extends "base.html" %}
{% block content %}
<h1>Hi, {{ current_user.username }}!</h1>
<h1>Hey, {{ current_user.username }}!</h1>
Do you want to nuke the database?
<li><a href="{{ url_for('nuke') }}">Yes, I want to burn down the world</a></li>
{% endblock %}