{# 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 %}