{% extends "bootstrap/base.html" %} {% import "bootstrap/fixes.html" as fixes %} {% block title %} Libreant | {%trans%}Error{%endtrans%} {{ code }} {% endblock %} {% block navbar %} {% import 'navbar.html' as navbar with context %} {{navbar.navbar(search=True)}} {% endblock %} {% block content %}
{%trans%}Error{%endtrans%} {{ code }}
{{ message }}