1 2 3 4 5 6 7 8 9 10
{% extends 'base.html' %}
{% block title %}Privacy Policy{% endblock %}
{% block content %}
<div>
<h3 class="bold center">Privacy Policy</h3>
<p>
I collect general visitor stats for this website using <a href="https://www.goatcounter.com/">GoatCounter</a>. I do not share this data with anybody, ever.
</p>
</div>
{% endblock %}