From 5ec1cf86a7d0577b659bbba855be9b3636070f50 Mon Sep 17 00:00:00 2001 From: Chinwendu Date: Thu, 27 Oct 2022 14:06:45 +0100 Subject: [PATCH] Update docs/source/reference/templates.md Co-authored-by: Min RK --- docs/source/reference/templates.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/source/reference/templates.md b/docs/source/reference/templates.md index 82c20fe2..f85236ba 100644 --- a/docs/source/reference/templates.md +++ b/docs/source/reference/templates.md @@ -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