package view import ( "github.com/rjNemo/rentease/internal/view/layout" ) templ Login() { @layout.BaseLayout() {

Welcome

Manage your rental property

} }