PHP Classes

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

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

Contents

Class file image Download
{# app/Views/Controller/index/index.html.twig #} {% extends "Layout/base.html.twig" %} {% block title %}Home{% endblock title %} {% block head %} {{ parent() }} {% endblock head %} {% block page_name %}Silex - MicroFramework{% endblock page_name %} {% block content %} <!-- JumboTron --> <div class="jumbotron"> <h1 class="exotic">Hello, Silex!</h1> <p>This is the documentation for Silex, the PHP microframework based on <a href="http://symfony.com/components" target="_blank">Symfony2 Components</a>.</p> <p><a href="http://silex.sensiolabs.org/documentation" class="btn btn-primary btn-lg" target="_blank" >{{ 'learn_more'|trans|capitalize }}...</a></p> </div> {#{ _c_.showMarkdown([app.basepath, '/README.md']|join )|raw }#} {% endblock content %}