{% extends 'bigly/_base.html' %} {% block body %} {% if 200 <= status and status < 300 %} {% elif 400 <= status and status < 600 %} {% else %} {% endif %}
Status:{{ status }}{{ status }}{{ status }}
Content Type: {{ content_type }}
Link: {{ link }}
Redirects:
    {% for r in redirect_sequence %}
  1. {% comment "Add something that communicates when utm parameters were removed." %} {% endcomment %} {{ r }}
  2. {% endfor %}
{% endblock %}