{% extends 'base/base.html' %} {% load static %} {% block title %}Search Results - ThrillWiki{% endblock %} {% block content %}
{% if request.GET.q %} Results for "{{ request.GET.q }}" {% else %} Enter a search term above to find parks, rides, and more {% endif %}
{{ park.location }}
No parks found matching your search.
No rides found matching your search.
{{ operator.headquarters }}
{% endif %}No operators found matching your search.
{{ property_owner.headquarters }}
{% endif %}No property owners found matching your search.