{# Simple form with default templates: {{ lower([{href: str, label: str}, ...]) }} Advanced form with custom templates: {% call(part, details) lower(links, social_link, with_respect, with_copyright) %} {% if part == "link" %} LINK: {{ details.label }} {% elif part == "social" %} SOCIAL: {{ details.label }} {% endif %} {% endcall %} #} {% macro lower(links=[], social_links=[], with_respect=true, with_copyright=true) %}
{% endmacro %}