{% comment %} Thin coloured stripe at the very top of the page, signalling that the current site is **not** production. Driven by the ``CONJUNTO_ENVIRONMENT_BANNER`` setting via the ``cj_environment`` context variable (see ``conjunto.context_processors._environment_banner``). When ``cj_environment`` is ``None`` (production with no matching rule), nothing is rendered at all. {% endcomment %} {% if cj_environment %}
{% endif %}