{% for frame in frames|reverse %}
{% with frame=frame, is_current=loop.first %}
{% include 'frame_line.html' %}
{% endwith %}
{% endfor %}
{% import 'lib.html' as lib %}
{{ error_message }}{% if solution %}