{% extends 'base.html' %} {% block header %}

{% block title %}Welcome to our virtual escaperoom~{% endblock %}

{% endblock %} {% block content %}

{{title}}


{{text}}

{% if images %} {% endif %} {% if hints %} {% for hint in hints %}

{{hint}}

{% endfor %} {% endif %}

View past puzzles and notes

{% endblock %}