{{#inject web-home-layout-before /}}
{{#if headerCopyright}} {{headerCopyright}} {{/if}}

{{_('Hello')}} {{user.firstname || _('visitor')}}.

{{#metrics}}
{{formatMetric(value)}}
{{_(title)}}
{{/metrics}}
{{#if !welcome}}

{{_('Welcome')}}

{{_('Here is your HOME app. Any content opened will be referenced here for easy access.')}}
{{_('On the top corners are buttons to open and close various contexts linked to the content and the platform.')}}
{{_('To switch from an app to another, or to go back to the index of the app, click on the app selector on the platform top center.')}}

{{/if}} {{#tiles}} {{#if large}}
{{/if}} {{#if details}}
{{#if details.title}}

{{_(details.title)}}

{{/if}} {{#if details.text}}

{{_(details.text)}}

{{/if}}
{{/if}} {{#if centered}}
{{#if centered.title}}

{{_(centered.title)}}

{{/if}}
{{/if}}
{{/tiles}}