PHP Classes

File: templates/error.twig

Recommend this page to a friend!
  Classes of Scott Arciszewski   Discretion   templates/error.twig   Download  
File: templates/error.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Discretion
Show contact forms and deliver encrypted mail
Author: By
Last change:
Date: 2 years ago
Size: 114 bytes
 

Contents

Class file image Download
{% extends "base.twig" %} {% block main %} <h2>Error</h2> <p> {{ error }} </p> {% endblock %}