redsunlib/templates/error.html
2020-11-22 16:29:05 -08:00

6 lines
217 B
HTML

{% extends "base.html" %}
{% block title %}Error: {{ message }}{% endblock %}
{% block sortstyle %}{% endblock %}
{% block content %}
<h1 style="text-align: center; font-size: 50px;">{{ message }}</h1>
{% endblock %}