--- title: elements complete test layout: default category: tests ---

Isotope’s capabilities are designed to be used together cohesively. You can do it all — filter, sort, change layout modes, add items — and Isotope will handle it with ease.

{% include filter-buttons.html %} {% include sort-buttons.html %} {% include layout-options.html %}

Etc

{% for elem_number in site.random_order %} {% assign element = site.elements[elem_number] %} {% include element-partial.html %} {% endfor %}