PHP Classes

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

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

Contents

Class file image Download
{# app/Views/Controller/todo/vue.html.twig #} {% extends "Layout/base.html.twig" %} {% block title %}{{ controller|capitalize }}{% endblock title %} {% block head %} {{ parent() }} <!-- Add Resources (required) --> {% include 'Include/add.resources.html.twig' %} <script type="text/javascript"> BSA.ScriptResources.push('TodoVue'); </script> {% endblock head %} {% block page_name %}Vue.js - TodoMVC{% endblock page_name %} {% block content %} <!-- Todo App --> {% include 'Controller/todo/inc/vue/todo_app.html.twig' %} {% endblock content %}