{% set theme = page_config.get('theme', {}) %} {{ page_config.get('themeFontLinks', '') | safe }}
{# Copy so we do not modify the page_config with updates. #} {% set page_config_full = page_config.copy() %} {% set _ = page_config_full.update(baseUrl=base_url, wsUrl=ws_url) %}