{{ snippet_type }}
{% for column in columns %}
{% for rec in column %}
[ {{ rec.Query }} ]
Winrate: {{ rec.WinRate}}
{% endfor %}
{% endfor %}