--- layout: layout.html title: Mixins ---

Mixins

Here you can find the dile-components mixin catalog.

{% for tag in mixinTagsList %} {% for component in collections[tag] %} {% include "layout-partials/nav-item.html" %} {% endfor %} {% endfor %} {% if collections.uncategorizedMixins.size > 0 %} {% for component in collections.uncategorizedComponents %} {% include "layout-partials/nav-item.html" %} {% endfor %} {% endif %}