evennia.web.utils.general_context¶
This file defines global variables that will always be available in a view context without having to repeatedly include it.
For this to work, this file is included in the settings file, in the TEMPLATES[“OPTIONS”][“context_processors”] list.