- Use JavaScript helper function inside the templates, e.g.
{{ .Routes | fn `routes => routes.filter(r => r.Meta.tags?.includes("some_tag"))` }} - Use create multiple routes from a single source file by using a variable name in the source filename, e.g.
[tag].htmland providing values for that variable in the front matter, e.g.
---
tag: ["a", "b", "c"]
---