misuzu/views/mio/errors/404.twig

9 lines
261 B
Twig
Raw Normal View History

2018-03-28 00:35:37 +00:00
{% extends '@mio/errors/master.twig' %}
{% set error_code = 404 %}
{% set error_text = 'Not Found!' %}
{% block error_message %}
<p>Couldn't find what you were looking for. Check the spelling in the URL or go back to the previous page.</p>
{% endblock %}