{% extends 'base.html' %}
{% block title %}Privacy Policy{% endblock %}
{% block content %}
<div>
<h3 class="bold center">Privacy Policy</h3>
<p>
The privacy of our visitors is important. Below is an opt-out form for this site's tracking; if you've enabled "Do Not Track" in your browser then this will be respected, and you will be opted out by default.
</p>
<iframe id="dnt" src="https://stats.modding-openmw.com/index.php?module=CoreAdminHome&action=optOut&language=en"></iframe>
</div>
{% endblock %}