-
Notifications
You must be signed in to change notification settings - Fork 65
Context Processors
Andy Byers edited this page Sep 12, 2017
·
1 revision
Location: core.context_processors
Purpose: Adds a journal.Journal object to the template context
Tag: {{ journal }}
Location: core.context_processors
Purpose: Adds a language specific set of settings to the context eg. {{ journal_settings.general.a_setting_name }}
Tag: {{ journal_settings }}
Location: core.context_processors
Purpose: Adds a press.Press object to the template context
Tag: {{ press }}
Location: core.context_processors
Purpose: Used to highlight the currently active URL path in navigation menus
Tag: {{ active }}
Location: core.context_processors
Purpose: Injects the navigation into the context for use generating a navigation
Tag: {{ navigation_items }}
Wiki has moved to read the docs.