Basic app, mainly copied from tmpl-flask

This commit is contained in:
DarkCat09 2023-02-18 20:01:13 +04:00
parent 354a473f77
commit bfea5eeb06
20 changed files with 446 additions and 49 deletions

15
templates/500.html Normal file
View file

@ -0,0 +1,15 @@
{% extends "base.html" %}
{% block title %}500{% endblock %}
{% block content %}
<h1>500: ISE</h1>
<p>
An error occured while
processing your request.
</p>
<p>
Please, try again later
or contact web site admin.
</p>
{% endblock %}