{% extends "meta.html" %} {% block title %}
{% if pgp_key_id %}
All emails sent from sr.ht to you are signed with
{{pgp_key_id}}.
{% else %}
Emails sent from sr.ht are not encrypted. Please contact
{{owner.name}} <{{owner.email}}>
to request PGP signing of emails.
{% endif %}
If you add a PGP key to your account, we can encrypt emails to you.
{% endif %}