1
0
mirror of https://github.com/tiyn/beaker-blog.git synced 2025-10-10 01:41:18 +02:00

adding dockerfile

This commit is contained in:
TiynGER
2020-05-24 17:51:22 +02:00
parent 8896d477e4
commit bcbf36d7a0
15 changed files with 24 additions and 1 deletions

9
src/templates/error.html Normal file
View File

@@ -0,0 +1,9 @@
{% extends "template.html" %}
{% block content %}
<div class="container">
<div class="important">
Error<br>
<span>{{ errorcode }}</span>
</div>
</div>
{% endblock %}