You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
283 B

{% extends 'common/master.html' %}
{% load static %}
{% block body %}
{% include 'games/minesweeper/board.html' %}
{% include 'games/minesweeper/mobile-buttons.html' %}
{% include 'games/gamelog.html' %}
<script src="{% static 'games/js/minesweeper.js' %}"></script>
{% endblock %}