File System Helpers
fs
Visit the: code | unit tests
{read}
Read a file from the file system. This is useful in composing "include"-style helpers using sub-expressions.
Params
filepath
Stringreturns
String
Example
{{read "a/b/c.js"}}
{{someHelper (read "a/b/c.md")}}
{readdir}
Return an array of files from the given directory.
Params
directory
Stringreturns
Array