{% for plugin in site.fc-plugins %}
{% if plugin.swipper %}
{% endif %}
{% endfor %}
Plugin
{% for category in site.data.plugins_categories %}
{% endif %}
{% endfor %}
{% endfor %}
{{ category.name }}
{% for plugin in site.fc-plugins %}
{% if plugin.key == category.key %}
{{ plugin.title }}
{{ plugin.description }}