1 2 3 4 5 6 7 8
<table> {% for key_name in block.keys() %} <tr> <th>{{ key_name }}</th> <td>{{ block[key_name] }}</td> </tr> {% endfor %} </table>