<core:FragmentDefinition xmlns:core="sap.ui.core" xmlns="sap.m"
	xmlns:l="sap.ui.layout">
	<l:VerticalLayout id="<%= ids.verticalLayout %>" <%- handler ? ' core:require="{handler: \'' + handler + '\'}"' : '' %>>
		<Text id="<%= ids.text %>" text="<%= name %>" />
		<%if (handler) { %><Button id="<%= ids.button %>" text="<%= name %>" press="handler.predefinedMethod" /><% } %>
	</l:VerticalLayout>
</core:FragmentDefinition>
