{% for key, val in attrs.items() %} {% endfor %}
Attributes
Attribute Value
{{ key }} {{ val }}
{% for key, shape in globals %} {% endfor %}
Globals
Name shape
{{ key }} {{ shape }}
{% for key in fields %} {% endfor %}
Fields
Name
{{ key }}