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 |
Return dictionary of apps to add to the navbar. |
Function | selected |
Return dictionary of some selected settings. |