PHP Classes

File: resources/views/errors/generic.twig

Recommend this page to a friend!
  Packages of Steffen Haase   Beacon   resources/views/errors/generic.twig   Download  
File: resources/views/errors/generic.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Beacon
MVC framework with built-in user management
Author: By
Last change:
Date: 1 month ago
Size: 236 bytes
 

Contents

Class file image Download
{% extends 'layout.twig' %} {% block content %} <section class="http-error"> <div class="http-error-text"> <h1>{{ title }}</h1> <p>{{ message|raw }}</p> </div> </section> {% endblock %}