Coding
Rendering HTML with Jinja2 in Python 3.6
Hey folks, today I’d like to show how to render an HTML (or any random non-binary) File with Jinja2 and Python 3.6. A possible usage for rendering an HTML file is the avoidance of writing duplicate code. I prepared a small HTML file which only consists of a headline and the Read more…