mirror of
https://github.com/pantor/inja.git
synced 2026-05-21 19:45:24 +00:00
code cleaning
This commit is contained in:
@@ -1 +1 @@
|
||||
Answer: (% include "simple.txt" %)
|
||||
Answer: {% include "simple.txt" %}
|
||||
@@ -1,3 +1,3 @@
|
||||
(% for x in xarray %)(% for y in yarray %)
|
||||
{% for x in xarray %}{% for y in yarray %}
|
||||
{{x}}-{{y}}
|
||||
(% endfor %)(% endfor %)
|
||||
{% endfor %}{% endfor %}
|
||||
Reference in New Issue
Block a user