{% if stacks %}
{% for stack in stacks %} {% include "_stack_card.html" %} {% endfor %}
{% elif query %}

No stacks found for "{{ query }}".

{% endif %}