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