some html implementation

This commit is contained in:
2019-09-08 03:06:31 +03:00
parent 52a3c7fee7
commit 9bd51d9267
18 changed files with 425 additions and 13 deletions

3
templates/error.jinja2 Normal file
View File

@ -0,0 +1,3 @@
{% if request_error is defined and request_error is not none %}
<p id="error">Error occurs: {{ request_error|e }}</p>
{% endif %}