diff --git a/docs/en/docs/advanced/templates.md b/docs/en/docs/advanced/templates.md
index 6ca9fd5a6..293117107 100644
--- a/docs/en/docs/advanced/templates.md
+++ b/docs/en/docs/advanced/templates.md
@@ -82,7 +82,7 @@ And because you are using `StaticFiles`, that CSS file would be served automatic
Another way to affect the generated URLs is to customize `uvicorn` with arguments like `proxy-headers`, `root-path`, and `forwarded-allow-ips`.
See uvicorn's docs on settings.
-
+
## More details
For more details, including how to test templates, check Starlette's docs on templates.