~tsep-dev/tsep/2.x

« back to all changes in this revision

Viewing changes to app/Resources/views/base.html.twig

  • Committer: webmaster at geoffish
  • Date: 2011-07-12 01:50:36 UTC
  • Revision ID: webmaster@geoffish.tk-20110712015036-vcz04clw3vf0d8fn
refractored templates

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
                {% block stylesheets %}{% endblock %}
8
8
                <link rel="shortcut icon" href="{{ asset('favicon.ico') }}" />
9
9
            </head>
10
 
            <body>
 
10
            <body {% block body_attributes %}{% endblock %}>
11
11
                {% block body %}{% endblock %}
12
12
                {% block javascripts %}{% endblock %}
13
13
            </body>