From 6564c575c6ab7f8db5a8a641e174bc683b18ec2d Mon Sep 17 00:00:00 2001 From: equinox Date: Fri, 14 Sep 2012 19:42:10 +0000 Subject: added sample json file added templates for sample components git-svn-id: https://svn.spreadspace.org/flufigut/trunk@4 88d0365b-309c-4eec-8061-d8e0c04ad69e --- templates/example/planet.xml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'templates/example/planet.xml') diff --git a/templates/example/planet.xml b/templates/example/planet.xml index 26d44a5..ea5d306 100644 --- a/templates/example/planet.xml +++ b/templates/example/planet.xml @@ -1,12 +1,18 @@ - + - + +{% for name, component in atmosphere.items() %} +{% include '%s.xml' % component.type %} +{% endfor %} - + +{% for name, component in flow.items() %} +{% include '%s.xml' % component.type %} +{% endfor %} -- cgit v1.2.3