{% extends "base.html" %} {% block content %}

Scan Errors:

{% for error in data['errors'] %}
{{error}}
{% endfor %}
{% endblock %}