aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/templates/views/settings_privacy.html
blob: 20612b8b9b8d06d9ce8ae44d72304ae0511fc6e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
{% extends "layouts/default" %}
{% block content %}
<article class="page-content">
    <p>Privacy</p>
</article>
{% endblock %}
{% block "column" %}
{% include "views/partial/settings_tabs" %}
{% endblock %}