PHP Classes

File: vendor/sensio/generator-bundle/Resources/skeleton/controller/Template.html.twig.twig

Recommend this page to a friend!
  Classes of Murat Cileli   Papernic   vendor/sensio/generator-bundle/Resources/skeleton/controller/Template.html.twig.twig   Download  
File: vendor/sensio/generator-bundle/Resources/skeleton/controller/Template.html.twig.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Papernic
Manage documents colaboratively
Author: By
Last change:
Date: 7 years ago
Size: 262 bytes
 

Contents

Class file image Download
{{ '{% extends "::base.html.twig" %}' }} {{ '{% block title %}' -}} {{ bundle }}:{{ controller }}:{{ action.basename }} {{- '{% endblock %}' }} {{ '{% block body %}' }} <h1>Welcome to the {{ controller }}:{{ action.basename }} page</h1> {{ '{% endblock %}' }}