2018-08-15 03:12:58 +02:00
|
|
|
{% extends 'errors/master.twig' %}
|
2018-03-28 02:35:37 +02:00
|
|
|
|
|
|
|
{% 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 %}
|