1
0
mirror of https://github.com/tiyn/amphora-wiki.git synced 2026-02-22 04:44:48 +01:00
Files
amphora-wiki/src/templates/error.html
2020-05-30 01:46:10 +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 %}