Skip to content

apatryda/meteor-pug-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meteor-pug-compiler

Meteor plugin for importing Pug templates

Installation

meteor add apatryda:pug-compiler

Usage

import example from './example.pug';
const locals = {
  name: 'Artur',
};

console.log('example.pug rendered as a HTML string:', example(locals));