@use crate::templates::{layout_html, return_home_html}; @() @:layout_html("Login", { Login Username Password Login! @:return_home_html() })