{% load static %} {% comment %} Bootstrap CSS {% endcomment %} {% load django_bootstrap5 %} {% bootstrap_css %} {% bootstrap_javascript %} {% bootstrap_messages %} {% block title %}{% endblock %} {% comment %} {% if user.is_authenticated %} Profile Logout {% else %} Login Register {% endif %} {% endcomment %}
{% block content %} {% endblock content %}