The Protevus Platform: Unified Full-Stack Development https://protevus.com
Find a file
regiostech 2be4f7c77b Done
2016-04-21 22:22:33 -04:00
.idea Done 2016-04-21 22:22:33 -04:00
lib Done 2016-04-21 22:22:33 -04:00
test Done 2016-04-21 22:22:33 -04:00
.gitignore Done 2016-04-21 22:22:33 -04:00
LICENSE Initial commit 2016-04-21 21:46:25 -04:00
pubspec.yaml Done 2016-04-21 22:22:33 -04:00
README.md Done 2016-04-21 22:22:33 -04:00

angel_hbs

Handlebars view generator for Angel.

Installation

In pubspec.yaml:

dependencies:
    angel_mustache: ">= 1.0.0-dev < 2.0.0"

Usage

app.configure(mustache(new Directory('views')));
res.render('hello', {'name': 'world'});