1
0
mirror of https://github.com/tiyn/beaker-blog.git synced 2026-02-22 04:44:48 +01:00
Files
beaker-blog/src/templates/error.html
2020-05-27 22:00:19 +02:00

10 lines
183 B
HTML

{% extends "template.html" %}
{% block content %}
<div class="container">
<div class="important">
Error<br>
<span>{{ errorcode }}</span>
</div>
</div>
{% endblock %}