tera icon indicating copy to clipboard operation
tera copied to clipboard

include should accept an ident resolvable to a string

Open bdjnk opened this issue 6 years ago • 3 comments

As the title says, the include tag should accept an ident resolvable to a string, just like string concatenation (~) does.

bdjnk avatar Aug 17 '18 15:08 bdjnk

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 :(

Keats avatar Aug 18 '18 21:08 Keats

Hi =) any update about this one ? I'd love to see that feature implemented !

cyril-marpaud avatar Mar 07 '23 17:03 cyril-marpaud

No updates, I still don't think it's going to be added

Keats avatar Mar 07 '23 19:03 Keats