{% extends 'openy/base.html' %} {% load static %} {% block title %}Train • {{block.super}}{% endblock title %} {% block body %}

Train Openings

Select the starting position with the board on the right.

Play as White Black
{% csrf_token %}

Recent Exercises

{% if remaining_exercises %}
{% for exercise in remaining_exercises %}
×
{% endfor %}
{% else %}

Nothing to show here!

{% endif %} {% endblock %}