{{ section }}
-
{% for icon, title, href in items %}
- {{ title }} {%- endfor %}
{% for line, annotations in lines %}
{%- for annotation in annotations -%}
{%- endfor -%}
{%- endfor -%}
Line | Code |
---|---|
{% for line in lines %} {{ loop.index }} {% endfor %} |
{% for line, annotations in lines -%}
|