{% extends "layouts/base.html" %}
{% import "macros/kh2/macros.html" as macros %}
{% block title %}KH2 - Drops{% endblock %}
{% block head %}
{% endblock %}
{% block content %}
{% include "components/kh2/only-tracked-filter.html" %}
{% include "components/kh2/kind-filters.html" %}
{% for category in drops %}
{% call macros::drop("shard") %}
{% call macros::drop("stone") %}
{% call macros::drop("gem") %}
{% call macros::drop("crystal") %}
{% endfor %}
{% endblock %}