defmodule MvWeb.Layouts.Sidebar do @moduledoc """ Sidebar navigation component used in the drawer layout """ use MvWeb, :html attr :current_user, :map, default: nil, doc: "The current user" attr :club_name, :string, required: true, doc: "The name of the club" def sidebar(assigns) do ~H"""