We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1be6879 commit b3d5577Copy full SHA for b3d5577
docs/examples.rst
@@ -68,7 +68,7 @@ By default ``FileResponse`` looks for the file in the server's ``root_path`` dir
68
.. literalinclude:: ../examples/home.html
69
:language: html
70
:caption: www/home.html
71
- :lines: 5-
+ :lines: 7-
72
:linenos:
73
74
Tasks between requests
examples/home.html
@@ -1,6 +1,8 @@
1
-# SPDX-FileCopyrightText: 2023 Michał Pokusa
2
-#
3
-# SPDX-License-Identifier: Unlicense
+<!--
+SPDX-FileCopyrightText: 2023 Michal Pokusa
+
4
+SPDX-License-Identifier: Unlicense
5
+-->
6
7
<html lang="en">
8
<head>
0 commit comments