{% extends "base.html" %} {% block title %}Search: {{ query }}{% endblock %} {% block head_extra %} {% if query %} {% endif %} {% endblock %} {% block extra_css %} {% endblock %} {% block content %} {% if query %}

Results for "{{ query }}"

{{ total }} videos
{% if suggestions and suggestions|length > 0 %}
Related: {% for sug in suggestions[:8] %} {{ sug }} {% endfor %}
{% endif %} {% if videos %} {% if pages > 1 %} {% endif %} {% else %}
🔍

No videos found for "{{ query }}"

Try different keywords or browse trending videos

{% endif %}
{% else %}
🔍

Enter a search term to find videos.

Browse trending or categories to discover content.

{% endif %} {% endblock %}