{% extends 'postings/frontend/base_page.html' %} {% block page_title %} RateMyCourse - Results {% endblock %} {% block content %}

{{ results|length }} results found for: "{{ search_query }}"

{# Second section for displaying results, or whatever should be shown first. #} {% if results %} {% for entity in results %}
{% endfor %} {% else %} No results. {% endif %}
{% endblock %}