{# MiniJinja base for Atlas's generated taxonomy pages. Taxonomy pages are produced by the generator, not by the content pipeline, so they render through MiniJinja while every authored page renders through StaticWeaver. Without this file they fell back to the generator's built-in template: no theme stylesheet, no navigation, no footer. A visitor following a tag link left Atlas and landed on something that looked like a different site. Two context variables matter here and are easy to confuse: site_prefix the site root (/ssg-themes.github.io/atlas) url_prefix the *locale* root, which is the same on the default locale and /…/atlas/fr in French Assets are shared across locales, so they hang off `site_prefix`. Navigation must keep a reader inside their own locale, so it hangs off `url_prefix`. #}