mirror of
https://github.com/tiyn/beaker-blog.git
synced 2025-10-17 05:11:16 +02:00
10 lines
231 B
HTML
10 lines
231 B
HTML
{% extends "template.html" %}
|
|
{% block content %}
|
|
<div class="container">
|
|
<div class="important">
|
|
{% if language=="de-de" %}Fehler{% else %}Error{% endif %}<br>
|
|
<span>{{ errorcode }}</span>
|
|
</div>
|
|
</div>
|
|
{% endblock %}
|