blob: 1f9e9a5c4aed41e13ceff195296e61cb5fb68dc2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
name: '{{ name }}'
description: |
{{ description if description else "." | indent(width=2, first=False) }}
position: '{{ position }}'
# # quantity (integer): how many items are there
quantity: {{ quantity if quantity else "0" }}
# # value (float): how much each item is
value: 0.0
# # cost (decimal): how much this costs
cost: '0'
# # other (yaml):
other:
|