module documentation

Context processors for the LyProX app.

These functions are called by Django when rendering templates. They add extra information to the context available to the HTML templates. For example, navbar_apps adds the name of all sub-apps in the LyProX web app to the context, such that the navigation elements can be rendered everywhere.

Function navbar_apps Return dictionary of apps to add to the navbar.
Function selected_settings Return dictionary of some selected settings.
def navbar_apps(_request) -> dict[str, Any]:

Return dictionary of apps to add to the navbar.

def selected_settings(_request) -> dict[str, Any]:

Return dictionary of some selected settings.