summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorequinox <equinox@88d0365b-309c-4eec-8061-d8e0c04ad69e>2012-09-14 18:09:55 +0000
committerequinox <equinox@88d0365b-309c-4eec-8061-d8e0c04ad69e>2012-09-14 18:09:55 +0000
commit533fbfa6abbfa791ced8bba2acf9450bfc12fccf (patch)
tree76dfd56ad0a84b0aeb6da0f3fd63a1bd7afa0c1b /templates
parentinitial checkin (diff)
added json parsing
changed to GPLv2 or later added gebi as author git-svn-id: https://svn.spreadspace.org/flufigut/trunk@3 88d0365b-309c-4eec-8061-d8e0c04ad69e
Diffstat (limited to 'templates')
-rw-r--r--templates/example/planet.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/example/planet.xml b/templates/example/planet.xml
index 17052a6..26d44a5 100644
--- a/templates/example/planet.xml
+++ b/templates/example/planet.xml
@@ -1,12 +1,12 @@
-<planet name="example">
+<planet name="{{ globals['name'] }}">
- <manager name="example">
+ <manager name="{{ globals['name'] }}">
</manager>
<atmosphere>
</atmosphere>
- <flow name="example">
+ <flow name="{{ globals['name'] }}">
</flow>
</planet>