{% extends "layout.html" %} {% block title %}Demystify — {{ puzzle_name }}, round {{ round }}{% endblock title %} {% block content %}

{{ headline }}

{% if puzzle_info | length > 0 %}
{% for line in puzzle_info %}

{{ line }}

{% endfor %}
{% endif %}
{% include "partials/solver_stage.html" %}
{% endblock content %}