{% macro notice() %}{% if config.extra.offline %} You're viewing an offline copy of Privacy Guides built on {{ build_date_utc.strftime('%B %d, %Y at %I:%M%p') }}. 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.strftime('%B %d, %Y at %I:%M%p') }}. 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.strftime('%B %d, %Y at %I:%M%p') }}. 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 %}{% endmacro %} {% if notice() %}