{% if live_updates_enabled %} {% endif %} {% include "components/_sidebar.html" %}
{% block update_banner %} {% if update_banner %}
Update available: {{ update_banner.latest_version }} — see release notes
{% endif %} {% endblock %} {% if config.DEMO_MODE %}
Demo mode — sample data only. Run job-cannon without --demo for the real thing.
{% endif %} {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %}
{% block content %}{% endblock %}
{% block extra_scripts %}{% endblock %}