1
0
mirror of https://github.com/tiyn/container-critique.git synced 2025-08-02 01:47:46 +02:00

11 lines
187 B
HTML

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