angel_mustache 1.0.0 copy "angel_mustache: ^1.0.0" to clipboard
angel_mustache: ^1.0.0 copied to clipboard

outdatedDart 1 only

Mustache view generator for Angel.

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'});

Options #

  • partialsPath: A path within the viewsDirectory to search for partials in. Default is ./partials. Include the leading dot, please.
  • fileExtension: The file extension to search for. Default is .mustache.
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Mustache view generator for Angel.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

angel_framework, mustache4dart

More

Packages that depend on angel_mustache