X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/baf72cd841a1277e45d37c1fd3a60bd40feb9d5e..010e38c2810846d5812a0ec91df98cddfdef8de4:/Resources/views/base.html.twig?ds=sidebyside diff --git a/Resources/views/base.html.twig b/Resources/views/base.html.twig index 6045a6e..debdb4b 100644 --- a/Resources/views/base.html.twig +++ b/Resources/views/base.html.twig @@ -1,6 +1,6 @@ <!DOCTYPE html> -<html> - <head> +<html{% if locale is defined and locale %} lang="{{ locale }}"{% endif %}> + <head{% if facebook is defined and facebook and facebook['heads'] is defined and facebook['heads'] %} prefix="{{ facebook['heads']|map((value, key) => "#{key}: #{value}")|join(' ') }}"{% endif %}> {% block metas %}<meta charset="UTF-8">{% endblock %} <title>{% block title %}Welcome!{% endblock %}</title> {% block stylesheets %}{% endblock %}