{% for section in include.sections %} {% unless section.section_title == false %} ## {{section.section_title}} {% endunless %} {{section.section_description}}
{% for category in section.section %}
{% include components/reference-button.html href=category.path icon=category.icon title=category.name description=category.description variant="related" newtab="false" %}
{% endfor %}
{% endfor %}