UNPKG

node-atlas

Version:

Progressive realtime web framework config-driven or API-driven for building easily serverless files, websites and webapps component-based and service-oriented.

14 lines 313 B
/* jshint node: true */ module.exports = function (specific, template, mixin) { return { template: template, mixins: (mixin) ? [mixin] : undefined, props: ['common'], data: function () { return { meta: specific.meta, specific: specific.home }; } }; };