django_dynamic_theme.context_processor ====================================== .. py:module:: django_dynamic_theme.context_processor .. autoapi-nested-parse:: Defines extra contexts for this application globally. Functions --------- .. autoapisummary:: django_dynamic_theme.context_processor.theme Module Contents --------------- .. py:function:: theme(_) -> dict[str, str] Defines the url to the theme to be used. Returns: url to theme in a dict.