<core:FragmentDefinition
	xmlns="sap.m"
	xmlns:core="sap.ui.core"
	xmlns:l="sap.ui.layout">
	<l:BlockLayoutCell
		class="sapUiContentPadding headlineCell"
		width="2">
		<l:content>
			<Title
				level="H3"
				titleStyle="H3"
				text="{
					path: 'categoryId',
					formatter: '.formatter.categoryName'
				}"/>
		</l:content>
	</l:BlockLayoutCell>
</core:FragmentDefinition>