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

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

{% endblock %} {% block content %}

Winner!

Congratulations! You and your friends have escaped the room

Total time taken is {{ timetaken }}.

{% endblock %}