PHP Classes

File: src/Cabin/Bridge/View/404.twig

Recommend this page to a friend!
  Classes of Scott Arciszewski   CMS Airship   src/Cabin/Bridge/View/404.twig   Download  
File: src/Cabin/Bridge/View/404.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: CMS Airship
Content management system with security features
Author: By
Last change:
Date: 7 years ago
Size: 200 bytes
 

Contents

Class file image Download
{% extends base_template() %} {% block main %} <h2>{{ __("HTTP 404 / File Not Found") }}</h2> <p> {{ __("We could not find the file you were looking for.") }} </p> {% endblock %}