Define .param variables for an .html file

I’m currently building my homepage. I’m using a partial template for the meta tags that relies on certain variables set in the front matter. I tried looking in the documentation but I can’t find any mention on whether an .html file can have a front matter, or how to define variables outside the front matter.

I think I remember reading about it once, but I can’t seem to find it anymore.

@mbartelsm You can use the data folder. Personally, for a homepage, I let the homepage values be the default value (look for default values in the docs). As for section pages (list pages), I use a file at data/sectiondescriptions.yml.