{% if menu is defined and menu is not null and menu.page is not null %} {% if menu.page.metaTitle %} {{ menu.page.metaTitle }}" {% endif %} {% if menu.page.metaDescription %} {% endif %} {# Open Graph #} {% if menu.page.ogTitle %} {% endif %} {% if menu.page.ogImage %} {% endif %} {# Robots #} {% if menu.page.metaRobots %} {% endif %} {# Canonical URL #} {% if menu.page.canonicalUrl %} {% endif %} {% endif %} {% block stylesheets %} {% endblock %} {% block javascripts %} {% endblock %} {% include 'css.html.twig' %} {% include 'google-analytics.html.twig' %}
{% block body %}{% endblock %}