1
0
mirror of https://github.com/tiyn/beaker-blog.git synced 2025-10-10 09:51:17 +02:00

initial commit

This commit is contained in:
TiynGER
2020-05-22 21:02:11 +02:00
commit d4f9dbeb2e
8 changed files with 177 additions and 0 deletions

9
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 %}