From 6f14f9a5db8037aa2e1443b95cf4942f6d5c8f09 Mon Sep 17 00:00:00 2001 From: Gijs Date: Thu, 10 Nov 2022 11:11:06 +0100 Subject: [PATCH] Editing of the readme --- python-html/readme.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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
    {% for technology in list_of_technologies %}