{% extends "base.html" %} {% block title %}Dogsheep Beta{% if q %}: {{ q }}{% endif %}{% endblock %} {% block content %}

Dogsheep Beta{% if q %}: {{ q }}{% endif %}

{% for hidden in hiddens %} {% endfor %}
{% if count %}

Got {{ intcomma(count) }} result{% if count != 1 %}s{% endif %}

{% endif %}
{% for result in results %}
{{ result.output|safe }}
{% endfor %}
{% endblock %}