diff --git a/python-html/readme.md b/python-html/readme.md index cdfdeed..7bd8659 100644 --- a/python-html/readme.md +++ b/python-html/readme.md @@ -70,13 +70,13 @@ Open a webbrowser and open the address to see the generat It is possible to use a different template by adjusting the `env.get_template` replace for example the line: -``` +```python template = env.get_template("template.html") ``` with: -``` +```python template = env.get_template("template-pagedjs.html") ``` @@ -91,13 +91,13 @@ Extensive documentation on the jinja templating engine can be found here: Used technologies