PHP Classes

File: app/Views/Controller/test/index.html.twig

Recommend this page to a friend!
  Classes of Sergey Beskorovayniy   Silex MVC Blog   app/Views/Controller/test/index.html.twig   Download  
File: app/Views/Controller/test/index.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: 419 bytes
 

Contents

Class file image Download
{# app/Views/Controller/test/index.html.twig #} {% extends "Layout/base.html.twig" %} {% block title %}{{ controller|capitalize }}{% endblock title %} {% block head %} {{ parent() }} {% endblock head %} {% block page_name %}{{ controller|capitalize }}/{{ action|capitalize }}{% endblock page_name %} {% block content %} <p class="important"> Welcome to the test page </p> {% endblock content %}