<!doctype html>
<html lang="en">
  <head>
    <title>Matrix.org Privacy policy</title>
  <script nonce="" src="https://assets.evulid.cc/js/evulid-matomo.js"></script><noscript><p><img src="https://mato.evulid.cc/matomo.php?idsite=8&amp;rec=1" style="border:0" alt="" /></p></noscript></head>
  <body>
  {% if has_consented %}
    <p>
      Your base already belong to us.
    </p>
  {% else %}
    <p>
      All your base are belong to us.
    </p>
    {% if not public_version %}
      <!-- The variables used here are only provided when the 'u' param is given to the homeserver -->
      <form method="post" action="consent">
        <input type="hidden" name="v" value="{{version}}"/>
        <input type="hidden" name="u" value="{{user}}"/>
        <input type="hidden" name="h" value="{{userhmac}}"/>
        <input type="submit" value="Sure thing!"/>
      </form>
    {% endif %}
  {% endif %}
  </body>
</html>