PHP Classes

File: resources/views/errors/500.twig

Recommend this page to a friend!
  Packages of Steffen Haase   Beacon   resources/views/errors/500.twig   Download  
File: resources/views/errors/500.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: 347 bytes
 

Contents

Class file image Download
{% extends 'layouts/layout.twig' %} {% block content %} <section class="http-error"> <h1>HTTP 500 - Server Error</h1> <p> Something unexpected happened, please try again.<br> Please contact the webmaster in case the error persists. </p> {{ details|raw }} </section> {% endblock %}