mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-02-04 08:13:38 +00:00
8 lines
154 B
HTML
8 lines
154 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block title_block %}
|
|
<span class="label label-important error-large">Error: {{ title }}</span>
|
|
<br />
|
|
<br />
|
|
{% endblock %}
|