harvest.lol

commands

{% for category, content in commands.items() %} {% endfor %}
{% for category, content in commands.items() %} {% for cmd in content['commands'] %}

{{cmd['name']}}

{{cmd['description']}}

{% endfor %} {% endfor %}