{% extends "templates/base.html" %} {% block content %}
{{left-bar|safe}}
{% if user %}

{% else %}

{% endif %}
{% endblock %}