mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-12-19 02:02:51 +00:00
8 lines
94 B
Plaintext
8 lines
94 B
Plaintext
---
|
|
key1: value1
|
|
renderData:
|
|
key2:
|
|
- value2-{{ key1 }}.css
|
|
---
|
|
hi:{{ renderData.key2 }}
|