Plume/templates/errors/404.html.tera
2018-06-18 16:59:49 +01:00

7 lines
188 B
Plaintext

{% extends "errors/base" %}
{% block error %}
<h1>{{ "We couldn't find this page." | _ }}</h1>
<h2>{{ "The link that led you here may be broken." | _ }}</h2>
{% endblock error %}