mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-04 13:37:40 +03:00
9 lines
No EOL
234 B
HTML
9 lines
No EOL
234 B
HTML
{% extends "base.html" %}
|
|
{% block title %}Error: {{ msg }}{% endblock %}
|
|
{% block sortstyle %}{% endblock %}
|
|
{% block content %}
|
|
<div id="error">
|
|
<h1>{{ msg }}</h1>
|
|
<h3>Head back <a href="/">home</a>?</h3>
|
|
</div>
|
|
{% endblock %} |