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