package layout const appName = "🏨 RentEase" templ BaseLayout() { @head() @navbar()
{ children... }
@footer() } templ head() { RentEase | Your Property Management System } templ navbar() { } templ footer() { }