{% if user %}
{% block content %}{% endblock %}
{% else %} {% block anonymous %}{% endblock %} {% endif %}