<mvc:View xmlns:core="sap.ui.core" xmlns:mvc="sap.ui.core.mvc" xmlns="sap.m"
	xmlns:html="http://www.w3.org/1999/xhtml"<%- controllerName ? ' controllerName="' + controllerName + '"' : '' %>>
	<%if (page) { %>
	<App id="<%= ids.app %>">
		<pages>
			<Page id="<%= ids.page %>" title="<%= name %>">
				<content></content>
			</Page>
		</pages>
	</App>
	<% } else { %>
	<Label id="<%= ids.label %>" text="<%= name %>" />
	<% } %>
</mvc:View>