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

Login

@:return_home_html() })