{{#with (JSONparse (read "./public/json/commands.json"))}}
{{#each this}} {{#eq @key ../../title}} {{#eq this.position true}}
Set the position: Paste
{{/eq}} {{/eq}} {{/each}}
{{#each this}} {{#eq @key ../../title}} {{#eq this.block true}}
Choose your block:
{{/eq}} {{/eq}} {{/each}}
{{/with}}
Command output:
{{!-- Own js --}}