;; Orders account-nav-item fragment handler ;; returns: sx ;; ;; Renders the "orders" link for the account dashboard nav. (defhandler account-nav-item (&key) (~shared:fragments/account-nav-item :href (app-url "orders" "/") :label "orders"))