Pslink/templates/not_found.html

8 lines
167 B
HTML

{% extends "base.html" %}
{% block content %}
<div class="center">
<h3>{{ fluent(key="not-found", lang=language) }}</h3>
<h2>&nbsp;</h2>
</div>
{% endblock %}