{% macro drawTopography(index,length) -%}
{%- endmacro %}
{% for label in range(7) %} {% if label != 0 %} {% else %} {% endif %} {% endfor %}
{{ label }}
{{ label }}
{{ drawTopography(0,titles | length) }} {% if (titles | length) > 1 %} {{ drawTopography(1,titles | length) }} {% endif %} {% if (titles | length) > 2 %} {{ drawTopography(2,titles | length) }} {% endif %}