{% assign sorted_models = include.models | sort: "name" %}
{% for model in sorted_models %} {% include/models/_model.html model=model %} {% endfor %}