{% extends 'app_base.html' %} {% load static %} {% if user.is_authenticated %} {% block content_wrapper %}

Test

{% endblock %} {% block extra_foot %} {% endblock %} {% endif %}