{{ block title }}Random Number Check{{ endblock }} {{ block content }}
The random number generated this round is {{ roll }}. Since this number {% if roll > 78 %}is greater than 78, the current game has ended {% else %}is less than 78, the current game will continue.{% endif %}
{{ next_button }} {{ endblock }}