Experimental: Added references to static methods/properties of objects (Requested...
[haanga.git] / tests / assert_templates / set.tpl
blobfedc42171c5c8c7b228d0d9a9161a6f9a732aa7b
1 {% set foo = 5+1 %}
2 {% set bar = 'testing' %}
3 {{ foo }}
4 {% include "assert_templates/sub_set.tpl" %}