this title is from the options.

this description is from the options.

In this example, the context for title should be from the YAML front matter of partial-yfm.hbs, but since no description property exists in the YFM of the partial, the context for description should come from the inheriting page.

This title is from the PARTIAL YFM (partial-yfm.hbs)

this description is from the options.

In this example, the context for title should be from the YAML front matter of partial-yfm.hbs, but since no description property exists in the YFM of the partial, the context for description should come from the inheriting page.

Note that even though we're explicitly defining page and this as the context, since no data is defined in the page (e.g. YAML front matter) the context will be set to options.data since options.data is merged into the context directly after page data.