{% import "header.html" as header %}
 {{video['_published_str']}} - {{video['title']}}
            ({{video['duration'] | seconds_to_hms}})
            ({{video['views']}})
            {% if channel is none %}
            ({{video.get('author_name', 'Chan')}})
            {% endif %}
            {{video['_published_str']}} - {{video['title']}}
            ({{video['duration'] | seconds_to_hms}})
            ({{video['views']}})
            {% if channel is none %}
            ({{video.get('author_name', 'Chan')}})
            {% endif %}