Skip to navigation
Use jinja2 with python
13.11.19
from jinja2 import Template template = Template('Hello {{ name }}!') html = template.render(name='John Doe')
https://jinja.palletsprojects.com/en/2.10.x/intro/#installation
Reply
Anonymous
Information Epoch 1753762572
Using text data files.
Home
Notebook
Contact us