{% import "macros" as macros %}

{{ macros.eager(
	entry,
	[
		'contentBlocks.imageGallery:images',
		'contentBlocks.relatedPeople:people',
		'contentBlocks.relatedPeople:people.peopleProfileImage',
		'contentBlocks.fullwidthImage:image',
		'contentBlocks.links:links',
		'contentBlocks.video:video',
		'contentBlocks.relatedArticles:byArticle',
		'contentBlocks.relatedArticles:byCategory',
		'contentBlocks.callToAction:links',
		'contentBlocks.listing:lists',
	]
) }}
