{% extends "base.html" %} {% block site_meta %} {% if page.meta and page.meta.description %} {% elif config.site_description %} {% endif %} {% if page.meta and page.meta.author %} {% elif config.site_author %} {% endif %} {% if page.canonical_url %} {% endif %} {% if page.previous_page %} {% endif %} {% if page.next_page %} {% endif %} {% if config.extra.alternate is iterable %} {% for alt in config.extra.alternate %} {% endfor %} {% endif %} {% if "rss" in config.plugins %} {% endif %} {% if page %} {% endif %} {% endblock %} {% block htmltitle %} {% if page.meta and page.meta.meta_title and config.theme.language == "en" %} {{ page.meta.meta_title }} {% elif page.meta and page.meta.title %} {{ page.meta.title }} - {{ config.site_name }} {% elif page.title and not page.is_homepage %} {{ page.title | striptags }} - {{ config.site_name }} {% else %} {{ config.site_name }} {% endif %} {% endblock %} {% block announce %}{% if config.extra.offline %} You're viewing an offline copy of Privacy Guides built on {{ build_date_utc }}. Visit privacyguides.org for the latest version. {% elif config.extra.context == "deploy-preview" %} You're viewing an unreviewed preview of Privacy Guides built on {{ build_date_utc }}. These previews are user-submitted and may not necessarily reflect the opinion of the site. Visit privacyguides.org for current advice. {% elif config.extra.context == "branch-deploy" %} You're viewing a staging branch of Privacy Guides built on {{ build_date_utc }}. The information on this page may be incomplete or otherwise not yet meet our editorial release standards. Visit privacyguides.org for current advice. {% else %}{% endif %}{% endblock %} {% block extrahead %} {% if config.extra.context == "production" %} {% elif config.extra.deploy %} {% endif %} {% if page and page.meta and page.meta.schema %} {% endif %}{% endblock %} {% block content %} {% if page and page.meta and page.meta.cover %}

{{ page.title | d(config.site_name, true)}}

{% endif %} {% if "material/tags" in config.plugins %} {% include "partials/tags.html" %} {% endif %} {% include "partials/actions.html" %} {% if "\x3ch1" not in page.content and not page.meta.cover %}

{{ page.title | d(config.site_name, true)}}

{% endif %} {{ page.content }} {% include "partials/source-file.html" %} {% include "partials/feedback.html" %} {% if config.theme.language == "en" %}

Share this website and spread privacy knowledge

Copy this text to easily share Privacy Guides with your friends and family on any social network!

{% elif config.extra.translation_notice %}

{{ config.extra.translation_notice }} {{ config.extra.translation_notice_cta }}

You're viewing the {{ config.extra.translation_notice_language }} copy of Privacy Guides, translated by our fantastic language team on Crowdin. If you notice an error, or see any untranslated sections on this page, please consider helping out!

{% endif %} {% include "partials/comments.html" %} {% endblock %}