mirror of
https://github.com/Limnoria/Limnoria-doc.git
synced 2025-04-06 23:39:46 +00:00
Add an explaination at how to customize templates in the httpserver doc.
This commit is contained in:
@ -258,3 +258,6 @@ are the only 'big' pages), like this::
|
|||||||
handler.end_headers() # We won't send more headers
|
handler.end_headers() # We won't send more headers
|
||||||
handler.wfile.write(response)
|
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`.)
|
||||||
|
Reference in New Issue
Block a user