PHP Classes

File: app/Views/Controller/error/error404.html.twig

Recommend this page to a friend!
  Classes of Sergey Beskorovayniy   Silex MVC Blog   app/Views/Controller/error/error404.html.twig   Download  
File: app/Views/Controller/error/error404.html.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Silex MVC Blog
MVC based blog using on the Silex micro-framework
Author: By
Last change:
Date: 7 years ago
Size: 537 bytes
 

Contents

Class file image Download
{# app/Views/Controller/error/error404.html.twig #} {% extends "Layout/base.html.twig" %} {% block title %}Error-404{% endblock title %} {% block page_name %}ERROR-404! Page not found{% endblock page_name %} {% block content %} <div class="text-danger lead"><strong>Message:</strong> {{ exception.message|nl2br }}</div> <br> <p class="text-warning"> The requested page couldn't be located. Checkout for any URL misspelling or <a href="{{ path('home') }}">return to the homepage</a>. </p> {% endblock %}