mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-10 11:33:01 +00:00

- Using the new template_vars setting (#1872), allow the variable `announcement` to create a header message on all the pages in the title, or the variables `announcement_{home,login,logout,spawn}` to set variables on these single pages. - This is not the most powerful method of putting an announcement into the templates, because it requires a server restart to change. But the invasiveness is very low, and allows minimal message without having to touch the templates themselves. - Closes: #1836