{% load static %} {% load lb_tags %} {# SEO meta tags - conditionally render based on doc_info #} {% if doc_info %} {% else %} {{ title|default:"labb" }} {% endif %} {% csrf_token %} {% if showTopNav %} {% endif %}
{{ slot }}
{% if showFooter %} {% endif %}