{% load static %} {% load lb_tags %} {# Sitewide structured data — Organization + WebSite (all pages) #} {# SEO meta tags - conditionally render based on doc_info #} {% if doc_info %} {% else %} {{ title|default:"labb" }} {# includeMeta defaults True (c-vars); set includeMeta=False when the page supplies meta in the head slot (e.g. homepage) #} {% if includeMeta %} {% endif %} {% endif %} {{ head }} {% csrf_token %} {% if showTopNav %} {% endif %}
{{ slot }}
{% if showFooter %} {% endif %}