tera
tera copied to clipboard
include should accept an ident resolvable to a string
As the title says, the include
tag should accept an ident resolvable to a string, just like string concatenation (~
) does.
The issue with that is that it makes analysing imports impossible to handle. I wanted to add a check on template compilation to ensure all included templates exist, instead of having it error at runtime like currently. Also, it would make https://github.com/Keats/gutenberg/issues/324 in Gutenberg un-resolvable :(
Hi =) any update about this one ? I'd love to see that feature implemented !
No updates, I still don't think it's going to be added