{% extends 'base.html' %} {% load static %} {% block title %}Search Results for "{{ query }}" | Scholar Search{% endblock %} {% block meta_description %}Search results for "{{ query }}" - Find blogs, categories, topics and more{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
Found {{ total_results }} result{% if total_results != 1 %}s{% endif %}
Enter a search term to find blogs, categories, topics and more
{% endif %}We couldn't find any content matching "{{ query }}". Please try another search term.
Try:
{% if topic.category %} In {{ topic.category.title }} {% else %} Topic {% endif %}
{% endfor %}