{#- This file was automatically generated - do not edit -#} {% set cookies = config.extra.consent.cookies | d({}) %} {% if config.extra.analytics %} {% if "analytics" not in cookies %} {% set _ = cookies.update({ "analytics": "Google Analytics" }) %} {% endif %} {% endif %} {% if config.repo_url and "github.com" in config.repo_url %} {% if "github" not in cookies %} {% set _ = cookies.update({ "github": "GitHub" }) %} {% endif %} {% endif %} {% set actions = config.extra.consent.actions %} {% if not actions %} {% set actions = ["accept", "manage"] %} {% endif %} {% if not "manage" in actions %} {% set checked = "checked" %} {% endif %}
{{ config.extra.consent.description }}