borg-web/borgweb/templates/404.html

5 lines
138 B
HTML

{% extends "error.html" %}
{% block title %}404: Page Not Found{% endblock %}
{% block error_message %}404: Page Not Found{% endblock %}