PHP Classes

File: app/Resources/views/bootstrap.base.twig

Recommend this page to a friend!
  Classes of Rafael Espinosa   Silex Enhanced   app/Resources/views/bootstrap.base.twig   Download  
File: app/Resources/views/bootstrap.base.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Silex Enhanced
Silex with custom services providers.
Author: By
Last change: Frontend dependencies managed with bower.
Date: 8 years ago
Size: 1,139 bytes
 

Contents

Class file image Download
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> <title>{% block pagetitle %} Silex::BootStrap {% endblock %}</title> <link href="{{ asset('assets/vendor/bootstrap/dist/css/bootstrap.css') }}" rel="stylesheet"> <link href="{{ asset('assets/vendor/font-awesome/css/font-awesome.css') }}" rel="stylesheet"> {% block htmlhead %} {% endblock %} <!--[if lt IE 9]> <script src="{{ asset('assets/vendor/html5shiv/dist/html5shiv.js') }}"></script> <script src="{{ asset('assets/vendor/respond/src/respond.js') }}"></script> <![endif]--> </head> <body {% block body_properties %}{% endblock %}> {% block header %}{% endblock %} {% block content %}{% endblock %} {% block footer %}{% endblock %} <script src="{{ asset('assets/vendor/jquery/dist/jquery.js') }}"></script> <script src="{{ asset('assets/vendor/bootstrap/dist/js/bootstrap.js') }}"></script> {% block htmlfoot %} {% endblock %} </body> </html>