Skip to content

Latest commit

 

History

History
executable file
·
13 lines (9 loc) · 384 Bytes

README.md

File metadata and controls

executable file
·
13 lines (9 loc) · 384 Bytes

Integration of Ractive's templates (*.ract) with Meteor

Allows to include [email protected] template's in *.ract.

Compiled template can be accessed:

// example for template : file.ract
Ract.getTemplate('file')

Example usage