7 lines
188 B
Plaintext
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 %}
|