Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 738 Bytes

equipment.md

File metadata and controls

28 lines (23 loc) · 738 Bytes
layout title
default
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 %}