diff --git a/views/index.ejs b/views/index.ejs index e4b8ba0..e235d05 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -40,52 +40,52 @@
- - - - <% for (let c = 0; c < numCols; c++) { %> - - <% } %> - - - - <% chunks.forEach((row) => { %> - - <% for (let c = 0; c < numCols; c++) { - const cell = row[c] || {}; - const isBlank = Object.keys(cell).length === 0; - %> - + <% } %> + + <% }); %> + +
-

<%= cols[c] || '' %>

-
- <% if (isBlank) { %> - - <% } else { - const ctx = cell.context || {}; + + + + <% for (let c = 0; c < numCols; c++) { %> + + <% } %> + + + + <% chunks.forEach((row) => { %> + + <% for (let c = 0; c < numCols; c++) { + const cell = row[c] || {}; + const isBlank = Object.keys(cell).length === 0; + %> + - <% } %> - - <% }); %> - -
+

<%= cols[c] || '' %>

+
+ <% if (isBlank) { %> + + <% } else { + const ctx = cell.context || {}; %> - - <% } %> -
+ + <% } %> +