Closed kvz closed 7 years ago
It seems continue is not supported? Use case:
{% for plan in site.data.public_plans %} {% if plan[1].slug == "sandbox" and showSandboxPlan == false %} {% continue %} {% endif %} {% endfor %}
It will be good to have support for continue
continue
Implemented here.
🎉
It seems continue is not supported? Use case: