mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-04 21:47:40 +03:00
6 lines
No EOL
209 B
HTML
6 lines
No EOL
209 B
HTML
{% extends "base.html" %}
|
|
{% block title %}Error: {{ msg }}{% endblock %}
|
|
{% block sortstyle %}{% endblock %}
|
|
{% block content %}
|
|
<h1 style="text-align: center; font-size: 50px;">{{ msg }}</h1>
|
|
{% endblock %} |