mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-04-23 01:29:08 +00:00
8 lines
101 B
Markdown
8 lines
101 B
Markdown
![]() |
---
|
||
|
key1: value1
|
||
|
renderData:
|
||
|
key2: value2-{{ key1 }}.css
|
||
|
---
|
||
|
|
||
|
<title>{{ renderData.key2 }}</title>
|