This repository has been archived on 2024-11-14. You can view files and clone it, but cannot push or open issues or pull requests.
sasae-templating/tests/test-loaded.twig

15 lines
343 B
Twig
Raw Permalink Normal View History

2023-08-24 22:31:36 +00:00
Loaded Template {{ variant }}
{% include 'test-global' %}
{{ context_var }}
{{ simple_set }}
{{ another.context.var.deep }}
{{ context_var2 }}
{% if local_var is defined %}
this was called through render() so local_var is set to "{{ local_var }}"
{% else %}
this was called through toString() so local_var isn't defined
{% endif %}