{% extends 'main.html' %} {% block content %}

Results for: {{ search_query }}

{% for wiki in results %} {% endfor %}
{{ wiki.url_struct }}
{% if not results %}

No results found

{% endif %} {% endblock %}