2018-03-31 18:26:40 +02:00

7 lines
136 B
HTML

{% extends "base.html" %}
{% set page_title = '404' %}
{% block title_actions %}
<small>Page could not be found</small>
{% endblock %}