{% load static %} {% load django_bootstrap5 %} {% load django_htmx %} {% load bma_utils %} {% block title %}Untitled page{% endblock %} - BornHack Media Archive {% bootstrap_css %} {% bootstrap_javascript %} {% django_htmx_script %} {{ bma_version|json_script:"bma-version" }} {% block extra_head %}{% endblock %} {% block body %}
{% bootstrap_messages %} {% block main_content %}

This is the default content of the block 'body' in the base.html template of the BMA project. Please replace in templates inheriting from base.html

{% endblock main_content %}
{% endblock body %}