]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Remove staticfiles note 555/head
authorJordan <jordan@eremieff.com>
Mon, 17 Jun 2019 12:52:43 +0000 (22:52 +1000)
committerJordan <jordan@eremieff.com>
Mon, 17 Jun 2019 12:52:43 +0000 (22:52 +1000)
docs/templates.md

index dbb6c226b6097bf7369fa3481e2b65026667fc13..f75109f39560917cffa8dcda13ad4524f38367c6 100644 (file)
@@ -21,7 +21,7 @@ async def homepage(request):
     return templates.TemplateResponse('index.html', {'request': request})
 ```
 
-Note that the [StaticFiles](https://www.starlette.io/staticfiles/) application must be mounted and configured to serve the templates, and the incoming `request` instance must be included as part of the
+Note that the incoming `request` instance must be included as part of the
 template context.
 
 The Jinja2 template context will automatically include a `url_for` function,