{% extends "home/base.html" %} {% block content %} {% load static %}

Recent Videos

Hide watched:
{% if hide_watched %} {% else %} {% endif %}
Sort by:
sort-icon grid view list view
{% if results %} {% for video in results %}
video-thumb
play-icon
{% if video.source.player.watched %} seen-icon {% else %} unseen-icon {% endif %} {{ video.source.published }} | {{ video.source.player.duration_str }}

{{ video.source.channel.channel_name }}

{{ video.source.title }}

{% endfor %} {% else %}

No videos found...

{% endif %}
{% endblock content %}