{# vim: set shiftwidth=2 tabstop=2: #} {% extends "base.html" %} {% block head_stuff %} {% if fb_css %} {% endif %} {% if fb_js %} {% endif %} {% endblock %} {% block body_attrs %} class="solution fullwidth" {% endblock %} {% block main_content %}
{{ due_at(ps.status) }} {{ countdown(ps.status) }}
{# Commenting out the download link for solutions for now... #}