{% for doc in flagon %}
{{ doc.title }}
{% endfor %}
{% assign flagon = site.docs | where:"component", "flagon" | sort: "priority" %} {% assign useralejs = site.docs | where:"component", "useralejs" | sort: "priority" %} {% assign distill = site.docs | where:"component", "distill" | sort: "priority" %}