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 ef857de commit 2154905Copy full SHA for 2154905
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("Fri, 07 Nov 2025 14:07:23 +0000
+template = env.from_string("Fri, 14 Nov 2025 10:52:49 +0000
36
")
37
result = template.render()
38
0 commit comments