This repository has been archived on 2023-09-06. You can view files and clone it, but cannot push or open issues or pull requests.
|
module.exports = {
|
|
|
|
init: function(args, cb) {
|
|
cb();
|
|
},
|
|
|
|
partials: {
|
|
header: 'header',
|
|
navigation: 'navigation',
|
|
quickbar: 'quickbar'
|
|
}
|
|
} |