Skip to content

Commit b7fc750

Browse files
authored
Update README.md
1 parent a491dd3 commit b7fc750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.metwork-framework/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ from jinja2 import Template, Environment
2020
env = Environment(extensions=["jinja2_shell_extension.ShellExtension"])
2121

2222
# For the example, we use a template from a simple string
23-
template = env.from_string("{% raw %}{{ 'date --rfc-2822'|shell() }}{% endraw %}")
23+
template = env.from_string("{{ 'date --rfc-2822'|shell() }}")
2424
result = template.render()
2525

2626
# example: result == "Fri, 31 Jan 2020 13:35:56 +0100"

0 commit comments

Comments
 (0)