{% extends 'bigly/_base.html' %} {% block body %} {% if 200 <= status and status < 300 %} {% elif 400 <= status and status < 600 %} {% else %} {% endif %}
Status:{{ status }}{{ status }}{{ status }}
Link: {{ link }}
{% endblock %}