title = "Cookie settings" url = "/cookie-settings" layout = "default" is_hidden = 0 [cookiesManage] == {# SECONDARY COVER #} {% partial 'utility/secondary-cover' title="Cookie settings" %}
{% component 'cookiesManage' %}
{# CTA SECONDARY #} {% if this.theme.cta_secondary_enable == 1 %} {% partial 'global/cta' cta_primary_button_new_tab_enable="#{ this.theme.cta_secondary_primary_button_new_tab_enable}" cta_secondary_button_new_tab_enable="#{ this.theme.cta_secondary_secondary_button_new_tab_enable}" cta_title="#{ this.theme.cta_secondary_title }" cta_primary_button_icon="#{ this.theme.cta_secondary_primary_button_icon }" cta_primary_button_text="#{ this.theme.cta_secondary_primary_button_text }" cta_primary_button_link="#{ this.theme.cta_secondary_primary_button_link }" cta_secondary_button_icon="#{ this.theme.cta_secondary_secondary_button_icon }" cta_secondary_button_text="#{ this.theme.cta_secondary_secondary_button_text }" cta_secondary_button_link="#{ this.theme.cta_secondary_secondary_button_link }" %} {% endif %} {# CRITICAL CSS #} {% put styles %} {% partial 'critical/cookie-settings' %} {% endput %}