@use crate::templates::layout; @use hyaenidae_toolkit::{templates::{button_group, card, card_body, text_input}, Button, Card, TextInput}; @(handle_input: &TextInput) @:layout("Create Profile", "Create a new profile on Hyaenidae", {}, { @:card(&Card::full_width(), { Create a Handle }, {
}) })