configurationengine/source/plugins/common/ConeTemplatePlugin/templatemlplugin/tests/project/Layer1/implml/has_ref_template_test.templateml
changeset 0 2e8eeb919028
equal deleted inserted replaced
-1:000000000000 0:2e8eeb919028
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <templateml xmlns="http://www.s60.com/xml/templateml/1" xmlns:xi="http://www.w3.org/2001/XInclude">
       
     3     <desc>Description field text</desc>
       
     4 
       
     5     <output file="has_ref_template_test.txt" encoding="UTF-8">
       
     6         <template>
       
     7 Features in list
       
     8 {% for feat in feat_list %}
       
     9 	Feature: {{feat._name}} value: {{feat._value}}
       
    10 {% endfor %}
       
    11 		</template>
       
    12     </output>
       
    13 </templateml>