{% extends "global/Page.html" %}
{% block title %}
Task 8 of 12
Subtraction Task{% endblock %}
{% block content %}
For this task, you solved {{ player.subtract_correct }} problems correctly. Therefore, you have earned {{ pay }} points for this task.
{% next_button %} {% endblock %}