{# page title #} {% set title = block('metaTitle') %} {% if config.metas.title is defined and config.metas.title %} {% if title and config.metas.title_separator is defined and config.metas.title_separator %} {% set title = title ~ config.metas.title_separator %} {% endif %} {% set title = title ~ config.metas.title %} {% endif %} {{ title }} {# meta tags #} {% for key, value in config.metas %} {% if value and key not in ['title', 'title_separator'] %} {% endif %} {% endfor %} {% block content %}{% endblock %} {% if config.use_google_analytics is defined and config.use_google_analytics == true and config.google_analytics_id is defined and config.google_analytics_id %} {% endif %}