{%- extends 'root.html' -%} {% import 'settings/common.html' as common with context %} {% block pagetitle %}Settings{% endblock %} {% block pagetype %}settings{% endblock %} {% block body %} {% include "header.html" %}
{% if error %}{{macros.alert(error, true)}}{% endif %} {% if msg %}{{macros.alert(msg, false)}}{% endif %}

Settings

Settings

{% block content %}{% endblock %}
{% block clipboard %}
Link copied to clipboard
{% endblock %}
Action successful!
Error, please try again later.
{% block onload %}{% endblock %} {% endblock %}