structables/templates/privacypolicy.html

10 lines
214 B
HTML
Raw Normal View History

{% extends 'base.html' %}
2023-06-03 22:31:55 +00:00
{% block content %}
2023-06-03 22:31:55 +00:00
<center>
<br>
<h1 style="font-size:2em;line-height:0em;">Privacy Policy</h1>
<br>
<p>{{ content }}</p>
2023-06-03 22:31:55 +00:00
</center>
{% endblock %}