This allows users to leverage jinja to include other files but also loops, conditions, and other templating features. Signed-off-by: Liam Beguin <liambeguin@gmail.com>
8 lines
136 B
YAML
8 lines
136 B
YAML
connectors:
|
|
{%- for i in range(1, 5) %}
|
|
X{{i}}:
|
|
type: Molex KK 254
|
|
subtype: female
|
|
pinlabels: [GND, RX, TX]
|
|
{%- endfor %}
|