This description is from the PAGE YFM
This description is from the PAGE YFM
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 description is from the PAGE YFM
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.