Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 738 Bytes

File metadata and controls

28 lines (23 loc) · 738 Bytes
layout default
title Equipment

{% for group in site.data.equipment %}

{{ group.type }}

{% for item in group.items %}

{{ item.name }}
{{ item.name }} ({{ item.type }})
{{ item.manufacturer }}

{{ item.description | strip_html | strip_newlines }}

{% endfor %}

{% endfor %}