X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/baf72cd841a1277e45d37c1fd3a60bd40feb9d5e..b2594b8040d49fc6bd1c1ff49a6acbc50dc4c29e:/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 %}