{% extends "base.html" %} {% block body %}
{{ scenario["gameCode"]["sharedLibrary"] }}
{% endif %}
{% if "onInput" in scenario["gameCode"] %}
{{ scenario["gameCode"]["onInput"] }}
{% endif %}
{% if "onModelContext" in scenario["gameCode"] %}
{{ scenario["gameCode"]["onModelContext"] }}
{% endif %}
{% if "onOutput" in scenario["gameCode"] %}
{{ scenario["gameCode"]["onOutput"] }}
{% endif %}
{% endif %}
{% endblock %}