+ Added test.
[haanga.git] / tests / assert_templates / global.tpl
blob1c2bc83fad45c616abc1b4a77836cf6b22d4181a
1 {% exec set_global_template %}
2 {{ test_global.b }} {{global1.foo.foo.bar}} {{global1.bar.xxx.yyyy|default:"yyy"}}
3 {{ test_global['b'] }} {{global1['foo']['foo']['bar']}}
4 {{ global1['foo'][index.name.str]['bar'] }}
5 {{ global1['foo'][indexstr]['bar'] }}