8 lines
156 B
Plaintext
8 lines
156 B
Plaintext
## Components
|
|
|
|
[% for component in components %]
|
|
[%- if component.store -%]
|
|
- [ [[component.name]] ]( [[component.store]] )
|
|
[% endif %]
|
|
[% endfor %]
|