Character Variants
    <%_ for(const group of cvData) { _%>
  1. <%_ if(group.ligatureSampler) { _%> <%_ for(const text of group.descSampleText) { _%>
    <%= text %>
    <%_ } _%> <%_ } else { _%>
    <%= group.descSampleText[0] %>
    <%_ } _%>
      <%_ for(const config of group.configs) { _%>
    1. <%= config.tag || config.tagItalic %>
      <%_ if(group.ligatureSampler) { _%> <%_ for(const text of group.descSampleText) { _%>
      <%= text %>
      <%_ } _%> <%_ } else { _%> <%_ if(config.tag) { _%>
      <%= group.descSampleText[0] %>
      <%_ } else if(config.tagItalic) { _%>
      <%= group.descSampleText[0] %>
      <%_ } _%> <%_ } _%>
    2. <%_ } _%>
  2. <%_ } _%>