{% extends "base.html" %} {% block title %}Control{% endblock %} {% block content %}
Current state: {{ current_state.id }}
{% for button in buttons %}
{% endfor %}
{% endblock %}