forked from sheetjs/docs.sheetjs.com
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			198 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			198 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
<table><thead><th>Name</th><th>Index</th></thead>
 | 
						|
  <tbody>
 | 
						|
  {% for row in pres %}
 | 
						|
    <tr>
 | 
						|
      <td>{{ row.Name }}</td>
 | 
						|
      <td>{{ row.Index }}</td>
 | 
						|
    </tr>
 | 
						|
  {% endfor %}
 | 
						|
  </tbody>
 | 
						|
</table> |