{# templates/index.html #}

Running Configuration

{% for key, value in config %}

{{key}} : {{value}}

{% endfor %}

Findings

{% for finding in findings %} {% endfor %}

Timestamp: {{ time }}

Category Source
{{ finding.category }} {{ finding.source_text }}