Update docs/source/reference/templates.md

Co-authored-by: Min RK <benjaminrk@gmail.com>
This commit is contained in:
Chinwendu
2022-10-27 14:06:45 +01:00
committed by GitHub
parent 777bbe8e92
commit 5ec1cf86a7

View File

@@ -1,7 +1,9 @@
# Working with templates and UI
The pages of the JupyterHub application are generated from
[Jinja](http://jinja.pocoo.org/) templates. This allows the header to be defined once and incorporated into all pages. By providing your templates, you can have complete control over JupyterHub's
[Jinja](http://jinja.pocoo.org/) templates.
This allows the header to be defined once and incorporated into all pages.
By providing your own templates, you can have complete control over JupyterHub's
appearance.
## Custom Templates