{% if extra_stylesheets %} {% for m in extra_stylesheets %}
{% endfor %} {% endif %}
{% if has_password and not current_user.is_authenticated %}
Change
Detection.io
{% else %}
Change
Detection.io
{% endif %} {% if current_diff_url %}
{{ current_diff_url }}
{% else %} {% if new_version_available and not(has_password and not current_user.is_authenticated) %}
A new version is available
{% endif %} {% endif %}
{% if current_user.is_authenticated or not has_password %} {% if not current_diff_url %}
GROUPS
SETTINGS
IMPORT
BACKUP
{% else %}
EDIT
{% endif %} {% else %}
Website Change Detection and Notification.
{% endif %} {% if current_user.is_authenticated %}
LOG OUT
{% endif %} {% if current_user.is_authenticated or not has_password %}
{% include "svgs/search-icon.svg" %}
{% endif %}
Toggle light/dark mode
{% include "svgs/light-mode-toggle-icon.svg" %}
{% include "svgs/dark-mode-toggle-icon.svg" %}
{% include "svgs/github.svg" %}
{% if hosted_sticky %}
Let us host your instance!
{% endif %} {% if left_sticky %}
Show current snapshot
Visualise
triggers
and
ignored text
{% endif %} {% if right_sticky %}
{{ right_sticky }}
{% endif %}
{% block header %}{% endblock %}
{% with messages = get_flashed_messages(with_categories = true) %} {% if messages %}
{% for category, message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %} {% if session['share-link'] %}
Share this link:
{{ session['share-link'] }}
{% endif %} {% block content %}{% endblock %}