<%_ fields.forEach((obj, i) => { _%>
.<%= tag -%> .<%= obj.name %> {
}
<%_ if (i < fields.length - 1) { -%>

<%_ } -%>
<%_ }) _%>