{% extends "base.html" %} {% block custom_css %} {% endblock %} {% block content %}

{{ _('Examples') }}
{% for h, h_t in head %} {% if not h == 'Grew-match URL' %} {% endif %} {% endfor %} {% for i in range(content['Tree']|length) %} {% for col in content %} {% if not (col == 'Grew-match URL') %} {% endif %} {% endfor %} {% endfor %}
{{ h_t }}

{% for i in range(visualization['example_id']|length) %} {% endfor %}
{{ _('Examples') }}
ID: {{visualization['example_id'][i]}}
{% endblock %} {% block custom_js %} {% endblock %}