%# Base shell: sidebar nav + flash messages + the page's own content (`base`, %# filled in by whichever page called %rebase('layout', title=...)). {{title if defined('title') else 'App'}} %user = current_user() %if user:
%include('_toasts', flashes=get_flashed_messages()) {{!base}}
%else:
B
Scalar Pro
%include('_toasts', flashes=get_flashed_messages()) {{!base}}
%end