Is it possible to use frontmatter params in {{ .Content }}? That is, something like this:
---
planet: “Earth”
---
I live in {{ .Params.planet }}.
Is it possible to use frontmatter params in {{ .Content }}? That is, something like this:
---
planet: “Earth”
---
I live in {{ .Params.planet }}.
That was fast, thank you!