{% extends 'base.html' %} {% load user_tags %} {% block content %}
Top Ten
filter
    {% with topten as comics %} {% include 'homepage/ten-lists/list.html' %} {% endwith %}
{% with 'topten' as type %} {% include 'homepage/ten-lists/filter.html' %} {% endwith %}
Quail's Random
filter
    {% with quails as comics %} {% include 'homepage/ten-lists/list.html' %} {% endwith %}
{% with 'quail' as type %} {% include 'homepage/ten-lists/filter.html' %} {% endwith %}
Latest Updates
filter
    {% with latest as comics %} {% include 'homepage/ten-lists/list.html' %} {% endwith %}
{% with 'latest' as type %} {% include 'homepage/ten-lists/filter.html' %} {% endwith %}
{% if video %}
{% if video.thumbnail %} {% else %} {% endif %}

{{ video.title }}

{{ video.description|truncatewords_html:15 }}

{% endif %}
{% comment %}
Top News
{% for item in urgentnews %} {% include 'homepage/news_item.html' %} {% endfor %} {% endcomment %}
Community Blog
{% for item in news %} {% include 'homepage/news_item.html' %} {% endfor %} more news
{% endblock %}