backupchecks/containers
Ivo Oskamp 1e11b3b424 Fix Jinja2 macros undefined error: move macro definitions before first use
Icon and nav macros were defined after </html> but called earlier in the
template. Jinja2 processes macros sequentially, so moved all macro
definitions to the top of base.html before the <!doctype html> tag.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-19 15:29:38 +01:00
..
backupchecks Fix Jinja2 macros undefined error: move macro definitions before first use 2026-03-19 15:29:38 +01:00