]> Raphaƫl G. Git Repositories - airbundle/blob - Resources/views/base.html.twig
0b2f1e9444d5dd5dacc4a186b4bb15407d41f719
[airbundle] / Resources / views / base.html.twig
1 <!DOCTYPE html>
2 <html{% if locale is defined and locale %} lang="{{ locale }}"{% endif %}>
3 <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#">
4 {% block metas %}<meta charset="UTF-8">{% endblock %}
5 <title>{% block title %}Welcome!{% endblock %}</title>
6 {% block stylesheets %}{% endblock %}
7 </head>
8 <body>
9 {% block body %}{% endblock %}
10 {% block javascripts %}{% endblock %}
11 </body>
12 </html>