- <!DOCTYPE html>
- <html>
- <head>
- <title>{% block title '' %} - My Silex Application</title>
- <link href="{{ asset('css/main.css') }}" rel="stylesheet" type="text/css" />
- <script type="text/javascript" src="{{ asset('js/ga.js') }}"></script>
- </head>
- <body>
- {% block content %}{% endblock %}
- {% include 'nav.html.twig' with { 'nav': nav } %}
- </body>
- </html>
|