{% load django_htmx %} {% load static %} {% load home_breadcrumbs %} {{ breadcrumbs | breadcrumbs_title }} {% for link in links %} {% if link.rel == "alternate" and link.type == "text/html" %} {% endif %} {% endfor %} {% block style %} {% endblock style %}

{% for breadcrumb in breadcrumbs %} {% if forloop.first %} {% endif %} {% endfor %}
{% block content %} {% endblock content %}
{% django_htmx_script %}