helpers / handlebars-helpers

188 handlebars helpers in ~20 categories. Can be used with Assemble, Ghost, YUI, express.js etc.
http://assemble.io/helpers/
MIT License
2.22k stars 364 forks source link

Lorem Ipsum handlebar-helper #429

Closed mikesealey closed 3 months ago

mikesealey commented 3 months ago

Overview

{{ lorem }} is a handlebar helper that will return "Lorem ipsum" by default, or when given a number as an argument, return n-characters of Lorem ipsum

{{ lorem 50}} => "Lorem ipsum dolor sit amet, consectetur adipiscing"