All Projects → mateusmaso → handlebars.nested

mateusmaso / handlebars.nested

Licence: MIT License
Handlebars plugin for nesting helpers and expressions

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to handlebars.nested

Cybros-Web-Application
Cybros Web Application Development
Stars: ✭ 29 (+11.54%)
Mutual labels:  handlebars
layouts
Wraps templates with layouts. Layouts can use other layouts and be nested to any depth. This can be used 100% standalone to wrap any kind of file with banners, headers or footer content. Use for markdown, HTML, handlebars views, lo-dash templates, etc. Layouts can also be vinyl files.
Stars: ✭ 28 (+7.69%)
Mutual labels:  handlebars
nestjs-mailer
🌈 A simple implementation example with and without email-templates using mailer module for nest js built on top of nodemailer.
Stars: ✭ 82 (+215.38%)
Mutual labels:  handlebars
nodejs-shopping-cart
NodeJS / Express / MongoDB - Shopping Cart (monolithic app with handlebars)
Stars: ✭ 42 (+61.54%)
Mutual labels:  handlebars
bro-start
🚗💨 Blazing fast webpack setup for static websites
Stars: ✭ 12 (-53.85%)
Mutual labels:  handlebars
php-handlebars
PHP bindings for handlebars.c
Stars: ✭ 23 (-11.54%)
Mutual labels:  handlebars
dc-accelerators-content-rendering-service
An accelerated starting point for implementing Amplience Dynamic Content.
Stars: ✭ 15 (-42.31%)
Mutual labels:  handlebars
Happy
Happy 🥳 | Rocketseat 💜 - NLW 03 👩‍🚀
Stars: ✭ 61 (+134.62%)
Mutual labels:  handlebars
node-emails-from-csv
A simple NodeJS aplication that helps sending emails for events. Uses CSV files for target users.
Stars: ✭ 18 (-30.77%)
Mutual labels:  handlebars
node-snimay
Node.js Example: Express, Mongoose, Express-hbs, JWT
Stars: ✭ 13 (-50%)
Mutual labels:  handlebars
hyperstache
👨‍🦰 Handlebars just got a trim, alternative JS template engine, 2kb gzip
Stars: ✭ 36 (+38.46%)
Mutual labels:  handlebars
spring-mvc-ex
SpringMVC 게시판 구현 : 연습예제
Stars: ✭ 17 (-34.62%)
Mutual labels:  handlebars
Volt
A painless web server for PocketMine-MP
Stars: ✭ 24 (-7.69%)
Mutual labels:  handlebars
option chain analysis
NSE Nifty Option chain analysis on the web page.
Stars: ✭ 63 (+142.31%)
Mutual labels:  handlebars
bleh
A web framework with automatic Browserify + Less + Express + Handlebars
Stars: ✭ 47 (+80.77%)
Mutual labels:  handlebars
HandlebarsCookbook
A cookbook of handlebars and mustache, focus on handlebars.js , mustache.js and lightncandy usage
Stars: ✭ 20 (-23.08%)
Mutual labels:  handlebars
create-fastify-app
An utility that help you to generate or add plugin to your Fastify project
Stars: ✭ 53 (+103.85%)
Mutual labels:  handlebars
Bon
🍮 A small, simple/minimal self hosted URL shortener written in Go (Golang).
Stars: ✭ 12 (-53.85%)
Mutual labels:  handlebars
bootstrap-gulp-starter-template
Bootstrap 4 + Gulp 4 + Panini for improve front-end development workflow
Stars: ✭ 67 (+157.69%)
Mutual labels:  handlebars
jsonresume-theme-modern
Prototyping a theming system based off NPM.
Stars: ✭ 15 (-42.31%)
Mutual labels:  handlebars

handlebars.nested Build Status

[DEPRECATED] This is a Handlebars plugin which allows nesting helpers and expressions in one level deep. For latest versions of Handlebars, please consider using subexpressions instead.

Install

$ npm install --save handlebars.nested

Usage

var Handlebars = require("handlebars");
require("handlebars.nested").default(Handlebars);

Examples

<table>
  <tr>
    <td>{{autolink "{{breakline text}}"}}</td>
    <td>{{tooltip placeholder="{{t 'tooltip.placeholder'}}" title="{{user.name}} is following"}}</td>
  </tr>
</table>

License

MIT © Mateus Maso

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].