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: Shapes order: 1 tags: - up - down - middle --- <ul class="{{title}}"> Content from {{title}}. {{#tags}} <li>{{.}}</li> {{/tags}} </ul>