{% if username %}
{{username}}'s town
Upload music
Manage
Log out
{% if songs|length != 0 %} {% include "player.html" %} {% else %}
You havn't upload any music yet.
{% endif %}
{% else %}
Click
here
to login.
{% endif %}