SemanticScuttle/includes/js/dojox/dtl/demos/templates/countrychildren.html

1 line
171 B
HTML
Raw Normal View History

<li>{{ country.type }}: {{ country.name }}{% if country.children %}<ul>{% for country in country.childrens %}{% include countrychildren %}{% endfor %}</ul>{% endif %}</li>