{% extends 'components/base.html' %} {% load static %} {% block title %}Antwort{% endblock %} {% block content %} {% if user.is_authenticated %} 1 2 3 4 {% else %} wahr falsch {% endif %} {% endblock %}