selfdefined/11ty/_includes/components/defintions-list.njk
2019-11-12 15:11:47 +01:00

6 lines
149 B
Plaintext

<div class="auto-grid">
{% for definition in collections.definedDefinitions %}
{% include 'components/definition.njk' %}
{% endfor %}
</div>