{% if include.distribution %} {% assign cards = site.data.centos.distributions | where: "page", include.distribution %} {% else %} {% assign cards = site.data.centos.distributions %} {% endif %}
{% for item in cards %}
{% for release in item.releases %}
{% include download/cards-header.html %} {% for row in release[1].downloads %} {% include download/cards-body.html %} {% endfor %} {% include download/cards-footer.html %} {% include download/cards-header-doc.html %} {% for row in release[1].docs %} {% include download/cards-body-doc.html %} {% endfor %} {% include download/cards-footer.html %} {% include download/cards-header-eol.html %} {% for row in release[1].eol %} {% include download/cards-body-eol.html %} {% endfor %} {% include download/cards-footer.html %} {% for row in release[1].convert %} {% include download/cards-header-convert.html %} {% include download/cards-body-convert.html %} {% include download/cards-footer.html %} {% endfor %}
{% endfor %}
{% endfor %}