{% extends "simpl/base.html" %} {% block heading %}{% if run.ended %}Restart {% else %}End{% endif %} Gameplay{% endblock %} {% block arrows %} {% include 'simpl/includes/status-arrows.html' %} {% endblock arrows %} {% block content_inner %} {{ block.super }}
{% endblock %}