Where is the "homepage" template located?

The . is the context of a template that you pass to the partial. Inside a template you can access variables with the dot syntax, e.g. with .Params the frontmatter variables. By passing the context to a partial you’ve access to the same information within the partial.

1 Like