/**
 * A bud file to render with coz.
 *
 * Generated by {{generator}} on {{today}},
 * from a template provided by {{pkg.name}}.
 *
 * @see https://github.com/coz-repo/coz
 */

"use strict";

const apemanBudUtil = require('apeman-bud-util');

module.exports = apemanBudUtil({
    name: [
{{#each params.name}}        '{{{this}}}'{{#if @last}}{{else}},{{/if}}
{{/each}}
    ]
});

{{{read _render}}}