X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/c3fe94a42c4e2035368b753a6aeb266a04560ea6..c09bbd728928fedbcdad2bfa0a4520879619899d:/Resources/views/body.html.twig diff --git a/Resources/views/body.html.twig b/Resources/views/body.html.twig index 73aa677..10630ff 100644 --- a/Resources/views/body.html.twig +++ b/Resources/views/body.html.twig @@ -4,15 +4,15 @@ {% endblock %} {% block stylesheets %} - {% if page.description is defined and page.description %} - + {% if description is defined and description %} + {% endif %} {% if keywords is defined and keywords %} {% endif %} {% if site is defined and site %} - - + + {% for size, icon in site.png %} {# Apple #} {% if size in [120, 152, 167, 180] %} @@ -31,8 +31,8 @@ {% endif %} {# stylesheet '//fonts.googleapis.com/css?family=Irish+Grover' '//fonts.googleapis.com/css?family=La+Belle+Aurore' '@RapsysAirBundle/Resources/public/css/{reset,screen}.css' #} {% stopwatch 'stylesheet' %} - {% stylesheet '@rapsys_air_bundle/css/{reset,droidsans,screen}.css' %} - + {% stylesheet '@rapsys_air_bundle/css/{reset,droidsans,lemon,notoemoji,screen}.css' %} + {% endstylesheet %} {% endstopwatch %} {% if canonical is defined and canonical %} @@ -62,35 +62,38 @@ {% endjavascript %}#} {% endstopwatch %} {% endblock %} -{% block title %}{{ [site.title, page.section, page.title]|filter(v => v)|join(' - ') }}{% endblock %} +{% block title %}{{ [site.title, section, title]|filter(v => v)|join(' - ') }}{% endblock %} {% block body %} {% block header %} {% endblock %} {% block message %} @@ -122,10 +125,11 @@ {% block sidebar %}{% endblock %} #} {% block content %} -
-

{{ section }}

-

{% trans %}Outdoor space reservation system{% endtrans %}

-
+
+
+

{% trans %}Outdoor space reservation system{% endtrans %}

+
+
{% endblock %} {% block footer %}