| Index: cms/tests/test_site/pages/global.tmpl | 
| =================================================================== | 
| new file mode 100644 | 
| --- /dev/null | 
| +++ b/cms/tests/test_site/pages/global.tmpl | 
| @@ -0,0 +1,6 @@ | 
| +template = empty | 
| + | 
| +{%- set test = site_globals('test') -%} | 
| 
 
Vasily Kuznetsov
2016/07/14 12:14:00
Is it important to assign the output of this funct
 
Jon Sonesen
2016/07/18 14:48:28
I think I can just do what you put. I will change.
 
 | 
| + | 
| +{{ test }} | 
| + |