{% extends 'agadmator/base.html' %} {% load agadmator %} {% block content %} {% if request.GET.q %}

Results for query "{{ request.GET.q }}"

{% else %}

Videos

{% endif %}
{% for video in videos %} {% include 'agadmator/_video_card.html' with video_cols='col-sm-12 col-md-12 col-lg-4' %} {% endfor %}
{% if is_paginated %}