{% extends "layouts/default" %}
{% block content %}
Settings
{%if not visitor.verified %}
Verify your account by adding email or social account
{% endif %}
{% if jids | length > 0 %}
{% endif %}
You can post to Juick via e-mail. Send your plain text messages to juick@juick.com. You can attach one photo or video file.
{% endblock %} {% block "column" %} {% include "views/partial/settings_tabs" %} {% endblock %}