<%= scope.textFromText %>
  • <%= scope.textSize %>
    <% if (!android) { %><% } %>

    <% if (android) { %><% } else { %>-<% } %> <% if (android) { %><% } %> <% if (android) { %><% } else { %>+<% } %>

<%= scope.textFonts %>
  • <%= scope.textLetterSpacing %>
    <% if (!android) { %><% } %>

    <% if (android) { %><% } else { %>-<% } %> <% if (android) { %><% } %> <% if (android) { %><% } else { %>+<% } %>

<% _.each(bullets, function(row) { %>
    <% _.each(row, function(bullet) { %>
  • <% if (bullet.thumb.length < 1) { %>
    <% } else { %>
    <% } %>
  • <% }); %>
<% }); %>
<% _.each(numbers, function(row) { %>
    <% _.each(row, function(number) { %>
  • <% if (number.thumb.length < 1) { %>
    <% } else { %>
    <% } %>
  • <% }); %>
<% }); %>