{% 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 %} {% 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)}}

{{ page.title | d(config.site_name, true)}} cover image
{% 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" %} {% 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.theme.language == "es" %}

Está viendo la copia en español de Privacy Guides, traducidas por nuestro fantástico equipo lingüístico en Crowdin. Si nota un error o ve alguna sección sin traducir en esta página, ¡considere ayudar! Para obtener más información y consejos, consulte nuestra guía de traducción.

You're viewing the Spanish 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! For more information and tips see our translation guide.

{% elif config.theme.language == "fr" %}

Vous êtes en train de consulter la copie française de Privacy Guides, traduite par notre fantastique équipe de traducteurs sur Crowdin. Si vous remarquez une erreur, ou si vous voyez des sections non traduites sur cette page, n'hésitez pas à nous aider! Pour plus d'informations et de conseils, consultez notre guide de traduction.

You're viewing the French 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! For more information and tips see our translation guide.

{% elif config.theme.language == "he" %}

אתה צופה בעותק העברי של Privacy Guides, שתורגם על ידי צוות השפה הפנטסטי שלנו ב-Crowdin. אם אתה מבחין בשגיאה, או רואה קטעים לא מתורגמים בדף זה, אנא שקול לעזור! למידע נוסף וטיפים עיין במדריך התרגום שלנו.

You're viewing the Hebrew 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! For more information and tips see our translation guide.

{% elif config.theme.language == "it" %}

Stai visualizzando la versione italiana di Privacy Guides, tradotta dal nostro fantastico team linguistico su Crowdin. Se noti un errore o vedi sezioni non tradotte in questa pagina, ti invitiamo a dare una mano! Per ulteriori informazioni e consigli consulta la nostra guida alla traduzione.

You're viewing the Italian 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! For more information and tips see our translation guide.

{% elif config.theme.language == "nl" %}

Je bekijkt de Nederlandse versie van Privacy Guides, vertaald door ons fantastische taalteam op Crowdin. Als u een fout opmerkt of onvertaalde gedeelten op deze pagina ziet, overweeg dan om te helpen! Voor meer informatie en tips zie onze vertaalgids.

You're viewing the Dutch 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! For more information and tips see our translation guide.

{% elif config.theme.language == "zh-Hant" %}

您正在查看由我們在Crowdin上出色的語言團隊翻譯的《隱私指南》英文版。如果您發現錯誤,或在此頁面上看到任何未翻譯的部分,請考慮提供幫助!有關更多信息和提示,請參閱我們的翻譯指南.

You're viewing the Chinese (Traditional) 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! For more information and tips see our translation guide.

{% elif config.theme.language == "ru" %}

Вы просматриваете русскую копию Privacy Guides, переведённую нашей невероятной командой переводчиков на Crowdin. Если вы нашли ошибку или непереведённые разделы на этой странице, пожалуйста, помогите нам! Для получения дополнительной информации и советов см. наше руководство по переводу.

You're viewing the Russian 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! For more information and tips see our translation guide.

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