selfdefined/11ty/_includes/components/defintions-list.njk
2019-11-14 09:31:40 +01:00

6 lines
143 B
Plaintext

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