{% extends "base.html" %} {% block title %} Questions on {{ day }} {% endblock %} {% block body %}

Highest Voted Questions of {{ day }}

{% if previous_day %} << Previous Day {% endif %} {% if next_day %} Next Day >> {% endif %}
{% endblock %}