{% extends "default.html" %} {% block subHeader %}

Home

{{ sort }} posts {{ 'from all time' if t=='all' else 'in the last' }} {% if t != 'all' %}{{ t }}{% endif %}
{% include "/dropdowns/SubmissionSorts.html" %}
{% endblock %} {% block desktopBanner %} {% endblock %} {% block content %}
{% if listing %} {% endif %}
{% endblock %} {% block sidebar %} {% include "/sidebars/HomeSidebar.html" %} {% endblock %} {% block modals %} {% if v %} {% include "award_modal.html" %} {% endif %} {% if v.agendaposter %} {% endif %} {% endblock %} {% block scripts %} {% if v %} {% endif %} {% if not v.fp %} {% endif %} {% endblock %}