Open
Description
Describe the feature you'd like to request
Currently only substitution works for direct expansion of variables. It would be nice to have support for {% for %}
directives and so on.
Describe the solution you'd like
No response
Describe alternatives you've considered
I've tried simply parsing the files as jinja templates, but it fails at directives like :::{include}
because of curly brackets. How does myst get arround this?