aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src/main/webapp/WEB-INF/views/settings_privacy.html
blob: 29ed5e9544ab1d5ab8c195a24b6dd3ef16e8b845 (plain) (blame)
1
2
3
4
5
6
7
8
9
{% extends "layouts/content" %}
{% block content %}
<article>
    <p>Privacy</p>
</article>
{% endblock %}
{% block "column" %}
{% include "views/partial/settings_tabs" %}
{% endblock %}