There was an error while loading. Please reload this page.
Location: core.context_processors
core.context_processors
Purpose: Adds a journal.Journal object to the template context
Tag: {{ journal }}
{{ journal }}
Purpose: Adds a language specific set of settings to the context eg. {{ journal_settings.general.a_setting_name }}
{{ journal_settings.general.a_setting_name }}
Tag: {{ journal_settings }}
{{ journal_settings }}
Purpose: Adds a press.Press object to the template context
Tag: {{ press }}
{{ press }}
Purpose: Used to highlight the currently active URL path in navigation menus
Tag: {{ active }}
{{ active }}
Purpose: Injects the navigation into the context for use generating a navigation
Tag: {{ navigation_items }}
{{ navigation_items }}
Wiki has moved to read the docs.