PHP Classes

File: src/Prime/View/prime/404.twig

Recommend this page to a friend!
  Classes of Tom Sailor   Prime PHP Framework   src/Prime/View/prime/404.twig   Download  
File: src/Prime/View/prime/404.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Prime PHP Framework
Implement Web applications using MVC
Author: By
Last change:
Date: 6 years ago
Size: 261 bytes
 

Contents

Class file image Download
{% extends "@prime/200.twig" %} {% block title %} 404 {% endblock %} {% block important %} Desculpe, mas a página que você está procurando não foi encontrada em nosso servidor. {% endblock %} {% block content %} Não Encontrado {% endblock %}