{% load dlux_tags %} {# Reusable global footer: a faint, very small copyright/credit strip pinned to #} {# the bottom of the viewport (styled in dlux/main/css/footer.css). #} {# #} {# Content resolution (most specific wins): #} {# 1. Override the `footer` block in a page template that extends #} {# dlux/base.html — change or remove the footer for that page/section. #} {# 2. Drop a `dlux/includes/custom_footer.html` partial in the project to #} {# replace the default line site-wide (no need to touch dlux templates). #} {# 3. Set the Footer text in System Settings → Themes & Typography (stored as #} {# layout_config.footer_text, surfaced as APP_CONFIG.appearance.footer_text). #} {# 4. Set DLUX_STRINGS.footer_text in code for a translated fallback. #} {# 5. Otherwise a default "© " line is shown. #} {% include_if_exists 'dlux/includes/custom_footer.html' as custom_footer %}