handlebars-helper-rawinclude

Handlebars helper to include raw content of the files. Similar to handlebars-helper-include, but without context.


Keywords
assemble, handlebars helper, handlebars, helper, include, partial, view, handlebars-helpers, javascript, svg, svg-sprites
License
GPL-3.0
Install
npm install handlebars-helper-rawinclude@1.0.0

Documentation

{{rawinclude}} Build status npm version

Handlebars helper, includes raw content of the file pointed. Like handlebars-helper-include but without context.

Example

In your Handlebars template:

{{{rawinclude 'path/to/file.svg'}}}

Licence

Copyright © 2014-2016 Ain Tohvri. Licenced under GPL-3.