PHP Classes

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

Recommend this page to a friend!
  Classes of Sergey Beskorovayniy   Silex MVC Blog   app/Views/Controller/index/readme.html.twig   Download  
File: app/Views/Controller/index/readme.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: 548 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() }} <!-- Add Resources (required) --> {% include 'Include/add.resources.html.twig' %} <script type="text/javascript"> BSA.ScriptResources.push('Highlight'); </script> {% endblock head %} {% block page_name %}{{ markdown.title }}{% endblock page_name %} {% block content %} <div class="markdown-body">{{ markdown.text|raw }}</div> {% endblock content %}