@use crate::{templates::{layouts::home, profiles::{banner, icon, view}}, profiles::ProfileState}; @use hyaenidae_accounts::LogoutState; @use hyaenidae_toolkit::{templates::{button, button_group, card, card_body, card_title, file_input, text_input, statics::{button_js, file_input_js}}, Button, Card}; @(state: &ProfileState, logout: LogoutState) @:home("Profile Settings", &format!("{}'s profile", state.profile.name()), &Some(logout), { }, { @:view("standalone account-page", &state.profile) @:card(&Card::full_width().classes(&["account-page"]), { @:card_title({ Update Profile }) @:card_body({
}) @:card_body({ }) @:card_body({ }) @:card_body({ }) }) })