-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Describe the bug
{% include %} inside {% set %} does not work at all:
{% set content %}
{% include '../../gallery/gallery-preview.twig' %}
{% endset %}
See source here: https://github.com/highweb/bricks-examples/blob/7536ee4ac057c0a6ff7e005d01a6682d086e00ed/gallery-carousel/gallery-carousel.twig#L16
Getting "Unable to find template file ../../gallery/gallery-preview.twig" error.
To Reproduce
Steps to reproduce the behavior:
- Put any
{% include %}tag in{% set %}tag. - Go to Storybook.
- See error
Any suggestions/ideas? Is it related to Webpack config, Twig.js implementation, or something else?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels