Plume/templates/errors/404.html.tera

7 lines
188 B
Plaintext
Raw Normal View History

2018-06-18 17:59:49 +02:00
{% 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 %}