This commit is contained in:
12
butler/templates/butler/privacy.html
Normal file
12
butler/templates/butler/privacy.html
Normal file
@ -0,0 +1,12 @@
|
||||
{% extends "components/base.html" %}
|
||||
|
||||
{% block title %}Privacy Policy{% endblock %}
|
||||
|
||||
{% block main_area %}
|
||||
<article class="pt-3">
|
||||
<h1>Privacy Policy</h1>
|
||||
<div class="content">
|
||||
{{ content|safe }}
|
||||
</div>
|
||||
</article>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user