UNPKG

handlebars-helper-compose

Version:

{{compose}} handlebars helper. Inlines content from multiple files optionally using wildcard (globbing/minimatch) patterns, extracts YAML front matter to pass to context for each file. Accepts compare function as 3rd parameter for sorting inlined files. Good for blog posts, chapters, etc.

14 lines 160 B
--- title: Colors order: 2 tags: - blue - green - red --- <ul class="{{title}}"> Content from {{title}}. {{#tags}} <li>{{.}}</li> {{/tags}} </ul>