8 lines
94 B
Plaintext
8 lines
94 B
Plaintext
|
---
|
||
|
key1: value1
|
||
|
renderData:
|
||
|
key2:
|
||
|
- value2-{{ key1 }}.css
|
||
|
---
|
||
|
hi:{{ renderData.key2 }}
|