{% for name, value in attributes.text %} {% endfor %} {% for name, links in attributes.link %} {% endfor %} {% for name, code in attributes.code %} {% endfor %}
Attribute Value
{{ name }} {{ value }}
{{ name }} {% if links %} {% for link in links %} {{ link.name }} {% endfor %} {% else %} None {% endif %}
{{ name }} {% include "snippet_code.html" %}