As part of the work on Liquid Components in PR #26, we will be deprecating usage of the include tag and recommending a migration to render, rendercontent, and in certain cases custom tags.
The goal is to remove include entirely upon the release of Bridgetown 1.0 so we have a stable API for partials/components moving forward. FYI, this will forever break template compatibility with Jekyll…although there's no reason someone can't produce a bridgetown-includes plugin which restores the Jekyll-like functionality.
As part of the work on Liquid Components in PR #26, we will be deprecating usage of the
include
tag and recommending a migration torender
,rendercontent
, and in certain cases custom tags.The goal is to remove
include
entirely upon the release of Bridgetown 1.0 so we have a stable API for partials/components moving forward. FYI, this will forever break template compatibility with Jekyll…although there's no reason someone can't produce abridgetown-includes
plugin which restores the Jekyll-like functionality.