Similar to the user always being available in the template context in Django, injecting a publication into the context would allow you to do global-ish things in the base.html template which would be useful for ensuring publication data is always available to Params.
Similar to the
useralways being available in the template context in Django, injecting apublicationinto the context would allow you to do global-ish things in the base.html template which would be useful for ensuring publication data is always available to Params.