@use crate::{ templates::{layout_html, return_home_html}, UserInfo, }; @(account: &UserInfo) @:layout_html("Account", { Update Account Update password Confirm password Current password Update @:return_home_html() })