{% extends 'openy/layout.html' %} {% load static %} {% block title %}Exercise • {{block.super}}{% endblock title %} {% block stylesheets %} {{block.super}} {% endblock stylesheets %} {% block section %}

{{exercise.title}}

{% if exercise.description %}

{{exercise.description}}

{% endif %}
Start
Success
OK
Failure
OK
00:00
Restart
Explore
Copy
{% endblock %}