yq/examples/front-matter.yaml
2021-07-18 13:45:21 +10:00

5 lines
60 B
YAML

---
a: apple
b: bannana
---
<h1>I like {{a}} and {{b}} </h1>