{% extends "layout.html" %} {% block content %}

Subjects

{% for subject in subjects %}
{{ subject[1] }} {% if subject[2] == 1 %}

 - {{ subject[2] }} task

{% elif subject[2] != 0 %}

 - {{ subject[2] }} tasks

{% endif %}
{% endfor %} {% endblock %} {% block footer %}

How to Use


The purpose of this website is to allow a space for students in year 11 to share easily either homework or class work with one another. To get started, simply select a subject and add a new work task. People can comment on each task, upload files and images, and comments are listed by the number of votes they recieve. To reply to a comment, simply write ">>", then the comment id. This website is 100% anonymous.

{% endblock %}