Recommend this page to a friend! |
Classes of Scott Arciszewski | > | CMS Airship | > | src/Cabin/Hull/View/404.twig | > | Download |
|
|
![]() |
{% extends base_template() %} {% block content %} <h2>{{ __("HTTP 404 / File Not Found") }}</h2> <p> {{ __("We could not find the file you were looking for.") }} </p> {% endblock %} |