Back to Changedetection Io

Change Detection{{extra_title}}

changedetectionio/templates/base.html

0.55.31.8 KB
Original Source

Try our Chrome extension

Chrome Webstore

Easily add the current web-page from your browser directly into your changedetection.io tool, more great features coming soon!

Changedetection.io needs your support!

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'] %}

  • {{ _('Share this link:') }} {{ session['share-link'] }}

{% endif %} {% block content %}{% endblock %}