fsaar/TicTacToe

View on GitHub
highscoreserver/Views/master.stencil

Summary

Maintainability
Test Coverage
<html>
<head>
<title> {% block title %} {% endblock %} </title>
</head>
<body>
{% block body %}
{% endblock %}
</body>
</html>