In the future we want to add more "configuration" and we would like to use the __ prefix. So for instance we already can configure the delimiters using the following:
__delimiters:
left: "[["
right: "]]"
So let's reserve all variable starting with __. That means it should error when downloading/using a template and when we call template validate
In the future we want to add more "configuration" and we would like to use the
__prefix. So for instance we already can configure the delimiters using the following:So let's reserve all variable starting with
__. That means it should error when downloading/using a template and when we calltemplate validate