cnpm i
npm start
npm run build
https://github.com/aralejs
https://github.com/aliceui
import '../common/header';
#include("./common/header/index.html")
import template from './file.tpl';
var context = {title: "My New Post", body: "This is my first post!"};
var html = template(context);