{% extends "@CVSymfonyTwigTemplates/base.html.twig" %} {% if translationContext is not defined %} {% set translationContext = 'messages' %} {% endif %} {% if charset is not defined %} {% set charset='UTF-8' %} {% endif %} {% if viewport is not defined %} {% set viewport='width=device-width, initial-scale=1, shrink-to-fit=no' %} {% endif %} {% if baseUrl is not defined %} {% set baseUrl=app.request.schemeAndHttpHost ~ app.request.baseUrl ~ '/' %} {% endif %} {% block favicon %} {% if faviconHref is not defined %} {% set faviconHref='app/images/favicon.png' %} {% endif %} {% if faviconSizes is not defined %} {% set faviconSizes='32x32' %} {% endif %} {% endblock %} {# SEO #} {# # headTitleSeparationChars : a string used to separate # the title of your page from the name of your website. # Eg : Page name - Website name. # If headTitleSiteName below is not defined, headTitleSeparationChars is not used. #} {% if headTitleSeparationChars is not defined %} {% set headTitleSeparationChars=' - ' %} {% endif %} {# # pageHeadTitle : The title of the page. #} {% if pageHeadTitle is not defined %} {% set pageHeadTitle='pageHeadTitle'|trans({}, translationContext) %} {% endif %} {# headTitleSiteName : the name of your website #} {# htmlHeadTitle : the content of the