relatedContent
Contains elements that are related to another element.
Overview
This element is often used to display the related content when another element is brought into focus. Here’s an example that contains a lockup inside of a relatedContent element.
<relatedContent>
<lockup>
<img src="path to image goes here" />
<title>Title 1</title>
</lockup>
</relatedContent