---
title: Top Facts
layout: common-ux-layout.hbs
---

<h3>Default key/value</h3>
{{>tui_top_facts facts=hotel.data.fields.content.topFacts}}

<h3>Heading and text</h3>
{{>tui_top_facts facts=cruise-ship.data.fields.alwaysIncluded.fields.headingAndTexts cssClass='heading-text'}}

<h3>Heading and text inverse</h3>
{{>tui_top_facts facts=cruise-ship.data.fields.alwaysIncluded.fields.headingAndTexts cssClass='heading-text heading-text-inverse'}}

<h3>Text only</h3>
{{>tui_top_facts facts=cruise-overview.data.fields.content.topFacts cssClass='heading-only'}}
