We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaaf051 commit 27f1b15Copy full SHA for 27f1b15
README.md
@@ -32,7 +32,7 @@ from jinja2 import Template, Environment
32
env = Environment(extensions=["jinja2_shell_extension.ShellExtension"])
33
34
# For the example, we use a template from a simple string
35
-template = env.from_string("Thu, 15 May 2025 06:26:59 +0000
+template = env.from_string("Wed, 21 May 2025 22:04:33 +0000
36
")
37
result = template.render()
38
0 commit comments