Skip to content

Export bh instance as template result #1

Description

@just-boris

Consider two options.

var bh = require('bh!./block.bh.js');
bh.apply({block: 'block'});
var apply = require('bh!./block.bh.js');
apply({block: 'block'});

the second option is nice because it exposes function as well it does handlebars and jade loaders

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions