{{#if handle}} {{!-- Logged-in user: show sidebar layout --}}
{{> admin/partials/sidebar.hbs}}
!
{{error_title}}
{{error_message}}
Back to Dashboard
{{else}} {{!-- Not logged in: standalone centered layout --}}
!
{{error_title}}
{{error_message}}
Go to Login
{{/if}}