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