mirror of
https://github.com/Mikaela/Limnoria-doc.git
synced 2025-01-13 14:12:33 +01:00
Add an explaination at how to customize templates in the httpserver doc.
This commit is contained in:
parent
92e4dee3e2
commit
aeaec3ec92
@ -258,3 +258,6 @@ are the only 'big' pages), like this::
|
||||
handler.end_headers() # We won't send more headers
|
||||
handler.wfile.write(response)
|
||||
|
||||
Then, the user can change the template by copying
|
||||
`data/web/supystory/index.html.example` to
|
||||
`data/web/supystory/index.html` and editing it. (Same for `error.html`.)
|
||||
|
Loading…
Reference in New Issue
Block a user