| Index: cms/tests/test_site/pages/filter.tmpl |
| =================================================================== |
| new file mode 100644 |
| --- /dev/null |
| +++ b/cms/tests/test_site/pages/filter.tmpl |
| @@ -0,0 +1,4 @@ |
| +template = empty |
| +{%- set test = 'test' -%} |
| +{{- test|foo_converter }} |
|
Vasily Kuznetsov
2016/07/12 15:25:12
You can just inline the value of `test` like this
|
| + |