<!-- _left -->
% if ( $sidedrawer ) {
  %= t aside => (class=>"left mui--no-user-select", id => "sidedrawer") => begin
  <div id="sidedrawer-brand" class="mui--appbar-line-height">
      <span class="mui--text-title"><%= ihost_only %></span>
  </div>
  %= include 'partials/_left_menu_stranici'
  <div class="mui-divider"></div>
        <%==
        $left->map(
          sub {
              ($_->{title} ? t h2 => $_->{title} : '') . $/
                . ($_->{body} ? $_->{body} : '');
          }
          )->join($/)
        %>
    % end
% }
<!-- end _left -->