mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-08 16:43:47 +01:00
6edc4645d2
Co-authored-by: rubenwardy <rw@rubenwardy.com>
13 lines
253 B
HTML
13 lines
253 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block title %}
|
|
500 - Internal Server Error
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
<h1>{{ self.title() }}</h1>
|
|
<p>
|
|
An error has occurred whilst loading this page. The ContentDB team has been notified.
|
|
</p>
|
|
{% endblock %}
|