Helpers
Template helpers and utils for any engine. Create an issue on helpers/meta to request a new helper repo, or ask to be added to the org.
Pinned Repositories
handlebars-helper-include
Handlebars helper, alternative to built-in partials. Similar to handlebars-helper-partial, but this helper will allow wildcard (glob) patterns. Like Assemble itself, this helper will automatically determine the correct context to use, or a context may be explicitly passed in as a second parameter.
handlebars-helper-minify
{{minify}} handlebars helper, for minification of HTML with html-minifier.
handlebars-helper-moment
{{moment}} handlebars helper. Combines the powers of Assemble, Handlebars.js and Moment.js into a great helper to master time.
handlebars-helper-partial
Handlebars helper, alternative to built-in partials. Like Assemble itself, this helper will automatically determine the correct context to use, or a context may be explicitly passed in as a second parameter.
handlebars-helper-prettify
{{prettify}} handlebars helper, for formatting ("beautifying") HTML, CSS and JavaScript.
handlebars-helper-repeat
{{repeat}} handlebars helper, for duplicating a block of content n times.
handlebars-helpers
188 handlebars helpers in ~20 categories. Can be used with Assemble, Ghost, YUI, express.js etc.
handlebars-helpers-examples
Shows how to use helpers from handlebars-helpers with Assemble.
helper-markdown
Markdown template helper. Uses remarkable to render markdown in templates. Should work with Handlebars, Lo-Dash or any template engine that supports helper functions.
logging-helpers
Basic template helpers for printing messages out to the console. Useful for debugging context in templates. Should work with any template engine.
Helpers's Repositories
helpers/handlebars-helpers-examples
Shows how to use helpers from handlebars-helpers with Assemble.
helpers/handlebars-helper-aggregate
{{aggregate}} handlebars helper. inlines content from multiple files optionally using wildcard (globbing/minimatch) patterns. uses YAML front matter as context for each file. optionally pass in a sorting function.
helpers/handlebars-helper-jade
{{jade}} handlebars helper, for converting basic Jade templates to HTML.
helpers/handlebars-helpers-yfm
Helpers and examples for extracting, parsing, and passing context from YAML front matter into your templates. Useful if you need custom programming beyond what Assemble offers by default.
helpers/task-utils
Utils for grunt.js projects.
helpers/handlebars-helper-less
{{less}} handlebars helper. This helper allows you to use LESS inside style tags in your HTML. By default, the resulting CSS will be rendered inside the `<style>...</style>` tags of the rendered HTML, but you may alternatively define a destination path using the `dest` hash option of the helper.
helpers/handlebars-helper-condense
Remove extra newlines from HTML content.
helpers/handlebars-helper-post
{{post}} handlebars helper, for including a post, or a list of posts.
helpers/strip-yfm
Strip YAML front matter from files.
helpers/handlebars-helper-process
{{process}} handlebars helper, for processing raw templates in included content, with the correct context