mirror of
https://github.com/tiyn/container-critique.git
synced 2025-04-03 00:27:48 +02:00
11 lines
187 B
HTML
11 lines
187 B
HTML
{% extends "template.html" -%}
|
|
|
|
{% block content -%}
|
|
<div class="container">
|
|
<div class="important">
|
|
Error<br>
|
|
<span>{{ errorcode }}</span>
|
|
</div>
|
|
</div>
|
|
{% endblock -%}
|