{# Copy so we do not modify the page_config with updates. #}
  {% set page_config_full = page_config.copy() %}
  {# Set a dummy variable - we just want the side effect of the update. #}
  {% set _ = page_config_full.update(baseUrl=base_url, wsUrl=ws_url) %}