mirror of
https://github.com/pantor/inja.git
synced 2026-07-05 16:45:09 +00:00
add test and readme
This commit is contained in:
Executable
+4
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"xarray": [0, 1],
|
||||
"yarray": [0, 1, 2]
|
||||
}
|
||||
Executable
+6
@@ -0,0 +1,6 @@
|
||||
0-0
|
||||
0-1
|
||||
0-2
|
||||
1-0
|
||||
1-1
|
||||
1-2
|
||||
Executable
+3
@@ -0,0 +1,3 @@
|
||||
{% for x in xarray %}{% for y in yarray %}
|
||||
{{x}}-{{y}}
|
||||
{% endfor %}{% endfor %}
|
||||
Reference in New Issue
Block a user