django.fm
{% if user.is_authenticated %}
{{ user }}
Invites disabled
{% else %}
Login
Request invitation
{% endif %}
Explore:
Artists
{% block main %} {% endblock %}