src/graph_notebook/visualization/templates/opencypher_table.html [1:52]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
| {% for c in columns %} | {{ c|e }} | {% endfor %}
|---|---|
| {{loop.index}} | {% for cell in r%}{{ cell|e }} | {% endfor %}