{% if username %}
{% if songs|length != 0 %} {% include "player.html" %} {% else %}

You havn't upload any music yet.

{% endif %}
{% else %}

Click here to login.

{% endif %}