summaryrefslogtreecommitdiff
path: root/templates/example/planet.xml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/example/planet.xml')
-rw-r--r--templates/example/planet.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/example/planet.xml b/templates/example/planet.xml
index 5ee260d..c1633ee 100644
--- a/templates/example/planet.xml
+++ b/templates/example/planet.xml
@@ -39,6 +39,11 @@
{% include '%s.xml' % component.type %}
{% endfor %}
+<!-- repeater -->
+{% for name, component in flow['repeater'].items() %}
+{% include '%s.xml' % component.type %}
+{% endfor %}
+
<!-- streaming -->
{% for name, component in flow['streamer'].items() %}
{% include '%s.xml' % component.type %}