Pslink/templates/not_found.html

8 lines
167 B
HTML
Raw Permalink Normal View History

2021-02-04 15:07:55 +01:00
{% extends "base.html" %}
{% block content %}
<div class="center">
<h3>{{ fluent(key="not-found", lang=language) }}</h3>
2021-02-04 15:07:55 +01:00
<h2>&nbsp;</h2>
</div>
{% endblock %}