{% extends "base.html" %} {% block title %}Playing {{ game.name }} — {{ config.BBS_NAME }}{% endblock %} {% block content %}
{{ game.name }} Back to Game Center
{% include "games/web/" + module + ".html" %} {% endblock %}