{% extends "base.html" %} {% block content %}

Musik

{% if user.is_authenticated %} {% include "game/home.html" %} {% endif %} {% endblock content %}