{% autoescape off %}
Configuration & Queries Used:

  {{config}}
  
{% for query in queries %}

  {{query.query}}
  
{% endfor %}
{% endautoescape %}