UNPKG

@sap/generator-fiori

Version:

Create an SAPUI5 application using SAP Fiori elements or a freestyle approach

6 lines 263 B
<<%- macrosNamespace %>:Page id="<%- data.id %>"<% if (data.title) { %> title="<%- data.title %>"<% } %><% if (data.description) { %> description="<%- data.description %>"<% } %><% if (data.templateType === 'full') { %> showFooter="true"<% } %> />