{% extends "lara_django_base/lara_base.html" %}
{# Generic full-page wrapper used by HtmxResponseMixin.
The mixin renders the partial to a string, then injects it here
as ``inner_content`` (already marked safe). No per-app full-page
template is needed — every view only defines a partial. #}
{% block head_title %}{{ page_title|default:"LARA" }}{% endblock head_title %}
{% block content %}
{{ inner_content }}
{% endblock content %}