{% extends "website/base.html" %} {% block content %} {% if user.is_authenticated %}
{% else %}
{% endif %} {% endblock %}