changedetectionio/templates/base.html
Easily add the current web-page from your browser directly into your changedetection.io tool, more great features coming soon!
You can help us by supporting changedetection.io on these platforms;
The more popular changedetection.io is, the more time we can dedicate to adding amazing features!
Many thanks :)
changedetection.io team
{# {% if current_user.is_authenticated or not has_password %} {% endif %} #} {% with messages = get_flashed_messages(with_categories = true) %} {% if messages %} {% for category, message in messages %} - {{ message }} {% endfor %} {% endif %} {% endwith %} {% if session['share-link'] %}
{% endif %} {% block content %}{% endblock %}