{% extends "localtv/__layouts/75_25.html" %} {% comment %} Copyright 2012 - Participatory Culture Foundation This file is part of Miro Community. Miro Community is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. Miro Community is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with Miro Community. If not, see . {% endcomment %} {% load uploadtemplate_tags cache i18n daguerre static %} {% load url from future %} {% block title %}{{ block.super }}{% if site_settings.tagline %} - {{ site_settings.tagline }}{% endif %}{% endblock %} {% block body_classes %}{{ block.super }} home-page{% endblock %} {% block header %}{% include "localtv/_site_header_large.html" %}{% endblock %} {% block precontent %} {% if featured_videos %}
{# /.container #}
{# /.precontent-content #}
{# /.precontent #} {% endif %} {% if site_settings.sidebar_html %}
{% autoescape off %} {{ site_settings.sidebar_html }} {% endautoescape %}
{% endif %} {% endblock %} {% block main %}
{% url 'localtv_feeds_new' as new_rss%}

{% trans "New" %}

{# /.pod-header #}
{% include "localtv/_grid/video_list.html" with video_list=new_videos|slice:":12" columns=3 %}
{# /.pod-content #}
{# /.pod #} {% endblock %} {% block side %} {% endblock %}