Usage: {{log value}}
{{log}}
helper to output debug messages to the server console. In particular you can get handlebars to output the details of objects or the current context
For example, to output the full ‘context’ that handlebars currently has access to:
{{log this}}
Or, to log each post in the loop:
NODE_ENV=development ghost run
to make debug output visible in the console.