Skip to content

Instantly share code, notes, and snippets.

@kogcyc
Created March 13, 2017 00:53
Show Gist options
  • Save kogcyc/56b7d16d2b7f03f31e7d836f439b9c17 to your computer and use it in GitHub Desktop.
Save kogcyc/56b7d16d2b7f03f31e7d836f439b9c17 to your computer and use it in GitHub Desktop.
simple jinja2
from jinja2 import Template
t = Template("Hello {{ something }}!")
t.render(something="World")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment