aboutsummaryrefslogtreecommitdiff
path: root/includes/js/dojox/dtl/demos/templates/countrychildren.html
diff options
context:
space:
mode:
Diffstat (limited to 'includes/js/dojox/dtl/demos/templates/countrychildren.html')
-rw-r--r--includes/js/dojox/dtl/demos/templates/countrychildren.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/js/dojox/dtl/demos/templates/countrychildren.html b/includes/js/dojox/dtl/demos/templates/countrychildren.html
new file mode 100644
index 0000000..fbdbebe
--- /dev/null
+++ b/includes/js/dojox/dtl/demos/templates/countrychildren.html
@@ -0,0 +1 @@
+<li>{{ country.type }}: {{ country.name }}{% if country.children %}<ul>{% for country in country.childrens %}{% include countrychildren %}{% endfor %}</ul>{% endif %}</li> \ No newline at end of file