{% include head.html %}
{% include header.html %}
{% include pagetitle.html %} {% assign now = site.time | date: "%s" %} {% assign hwtime = page.deadline | date: "%s" %} {% if hwtime < now %} {% else %} {% endif %}
$BRANCH {{ page.branch }}
$DEADLINE{{ page.deadline }}{{ page.deadline }}
$POINTS {{ page.points | default: 10 }}
{{ content }}
{% include footer.html %}
{% include foot.html %}