PHP Classes

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

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

Contents

Class file image Download
{# app/Views/ubki/index.html.twig #} {% extends "Layout/base.html.twig" %} {% block title %}{{ controller }}{% endblock title %} {% block head %}{{ parent() }}{% endblock head %} {% block page_name %} {{ controller|capitalize }}/{{ action|capitalize }} {% endblock page_name %}