PHP Classes

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

Recommend this page to a friend!
  Classes of Sergey Beskorovayniy   Silex MVC Blog   app/Views/Controller/todo/index.html.twig   Download  
File: app/Views/Controller/todo/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: Add TodoMVC for Vue.js
Date: 7 years ago
Size: 552 bytes
 

Contents

Class file image Download
{# app/Views/Controller/todo/index.html.twig #} {% extends "Layout/base.html.twig" %} {% block title %}{{ controller|capitalize }}{% endblock title %} {% block head %} {{ parent() }} {% endblock head %} {% block page_name %}{{ controller|capitalize }}{% endblock page_name %} {% block content %} <h3>{{ 'examples_todos_lists_various_frameworks'|trans|capitalize }} </h3> <ul> <li><a href="/todo/bb">TodoMVC for Backbone</a></li> <li><a href="/todo/vue">TodoMVC for Vue</a></li> </ul> {% endblock content %}