{% load static %} {% block title %}Default title in here{% endblock %}

TIL

{% block body %} {% block content %}{% endblock %} {% endblock %}
{% if request.user.is_authenticated %} {% endif %}