{% extends 'base.html' %} {% block title %}kosmikDJ{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

kosmikDJ

{% if current_user and current_user.is_authenticated %}
{% include 'components/server_info.html' %}
{% else %}

Please log in to access the player controls.

Login
{% endif %}
{% endblock %} {% block extra_js %} {% if current_user and current_user.is_authenticated %} {% endif %} {% endblock %}