work.suroh.tk/node_modules/@11ty/eleventy/test/stubs/templateFrontMatterJson.ejs

8 lines
112 B
Plaintext

---json
{
"key1": "value1",
"key2": "value2",
"key3": "value3"
}
---
c:<%= key1 %>:<%= key2 %>:<%= key3 %>