hbs icon indicating copy to clipboard operation
hbs copied to clipboard

Express view engine wrapper for Handlebars

Results 13 hbs issues
Sort by recently updated
recently updated
newest added

chore(docs) : Fix spelling error

pr

This is a tracking issue for release 5.0. **Please keep feature requests in their own issues** If you want to make a comment on a particular change, please make the...

pr
release

Handlebars supports a second `options` parameter for compiling that affects the compiled template. Based on a quick look through https://github.com/pillarjs/hbs/blob/master/lib/hbs.js it seems hbs has no way to provide options for...

enhancement

Hello, I'm wondering if there is a way to nest layouts. I see in the `express-hbs`engine you can have something like the following: **layouts/site.hbs** ``` hbs {{{body}}} ``` **layouts/with-header-footer.hbs** ```...

enhancement

Using a property called "settings" in the data passed to a view/template breaks the app. As far as I've investigated the `settings` property is used by `hbs.js` in the `middleware`...

require-triage

I'm getting the following error with this library, using v16.13.2 of node \node_modules\hbs\lib\hbs.js:102 cb(prependFilenameToError(filename, err)) ^ TypeError: cb is not a function at \node_modules\hbs\lib\hbs.js:102:9 at FSReqCallback.readFileAfterClose [as oncomplete] (node:internal/fs/read_file_context:68:3)

It is time to consolidate the source code. Let's include it in v4.x and also in v5.x. Do you want to work on this @mfdebian? _Originally suggested in #203_

v5

Bumps [supertest](https://github.com/ladjs/supertest) from 6.1.6 to 6.3.4. Release notes Sourced from supertest's releases. v6.3.4 chore: bump deps, remove yarn.lock bc4398a chore: bump deps c823515 Merge pull request #811 from ladjs/dependabot/npm_and_yarn/cookiejar-2.1.4 37017b3...

dependencies
javascript

## Add multiple missing Node.JS versions to test matrix ### What changed This PR updates `pillarjs-hbs/.github/workflows/ci.yml` to include multiple NodeJS versions ### CI matrix updates - Added missing entries to...