template.js 97 B

12345
  1. module.exports = blocks => `
  2. const attr = require('./core');
  3. ${blocks}
  4. module.exports = attr;
  5. `;