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

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

{% endblock %} {% block content %}

Outbreak Investigation

Work together as a team to find out the sources of the outbreak.


{{title}}

{{text}}

{% if images %} {% endif %}
{% if g.user %}

Ready, Set, Go...

{% else %}

Log in

{% endif %}
{% endblock %}