Probably best to use the same replacement as github action does ${{ like.this }} - as others are using this so this is what people are used to. The eval the content as raw php, so it can be used for config, env, and other things, eg. ${{ env('foo') }}.
Nice to have.
It can be useful to set view's yaml-front-matter to variables from config/.env file. eg. to disable build on production (for drafts)
Probably best to use the same replacement as github action does
${{ like.this }}
- as others are using this so this is what people are used to. The eval the content as raw php, so it can be used for config, env, and other things, eg.${{ env('foo') }}
.