mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-19 18:21:00 +00:00
6 lines
188 B
Text
6 lines
188 B
Text
{% 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 %}
|