mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-10 09:33:44 +01:00
13 lines
230 B
HTML
13 lines
230 B
HTML
|
{% extends "base.html" %}
|
||
|
|
||
|
{% block title %}
|
||
|
500 - Internal Server Error
|
||
|
{% endblock %}
|
||
|
|
||
|
{% block content %}
|
||
|
<h1>{{ self.title() }}</h1>
|
||
|
<p>
|
||
|
Don't worry, this error will have been automatically reported.
|
||
|
</p>
|
||
|
{% endblock %}
|