2026-01-23
URL ophalen in Django‑templates: `request.path` vs `path_info` vs `get_full_path` vs `build_absolute_uri`
Kort overzicht van manieren om de huidige URL in Django-templates te krijgen: `request.path`, `path_info`, `get_full_path()` en `build_absolute_uri()`. Legt verschillen en beste use-cases uit (actief menu, redirects/`next`, canonical/deel-links, incl. query).