{% macro drop(label) %} {% let drops = category.drops(label) %} {% if drops.len() > 0 %}

{{ category.kind|capitalize +}} {{+ label|capitalize }}

{% for drop in drops %}
{{ drop.from +}} {{+ drop.chance }}
{% endfor %}
{% endif %} {% endmacro %}