B
B
BarneyGumble2017-11-03 10:14:36
Node.js
BarneyGumble, 2017-11-03 10:14:36

How to implement inclusion of templates into each other in Handlebars?

Good afternoon. Switching from Jade/Pug to Handlebars.
Did that before.
layout.jade

doctype html
html(lang='en')
    head
        title Welcome
    body           
        block content

start.jade
extends layout

block content
  h2 Welcome!

How to implement the same in Handlebars?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Eugene, 2017-11-03
@BarneyGumble

partial

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question