mirror of
https://github.com/pantor/inja.git
synced 2026-04-04 15:18:53 +00:00
code cleaning
This commit is contained in:
@@ -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