diff --git a/develop/httpserver.rst b/develop/httpserver.rst index 4e8e03a..a061c3a 100644 --- a/develop/httpserver.rst +++ b/develop/httpserver.rst @@ -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`.)