{% extends "base.html" %} {% block title %}Search{% endblock %} {% block head %} {% endblock %} {% block content %}
Author:
Title:
Tags:
{% if results %} {% for quest in results %} {% endfor %}
{{ quest.title }} {{ quest.owner.username }}
{% endif %} {% endblock %}