{% extends "base.html" %} {% block title %} Results for {{ test }} {% endblock %} {% block content %} {% load kong_tags %}

{{ test }}

{% for site in sites %}

{{ site.slug }}

{% endfor %}
{% endblock %}