1
0
Fork 0
mirror of https://github.com/Findus23/RPGnotes.git synced 2024-09-19 15:43:45 +02:00
RPGnotes/templates/500.jinja

6 lines
91 B
Django/Jinja

{% extends "base.jinja" %}
{% block mainpage %}
<h1>Server Error</h1>
{% endblock %}