yesod-0.7.0: scaffold/homepage_hamlet.cg
<h1>Hello
<h2 ##{h2id}>You do not have Javascript enabled.
$maybe u <- mu
<p
You are logged in as #{userIdent $ snd u}. #
<a href=@{AuthR LogoutR}>Logout
.
$nothing
<p
You are not logged in. #
<a href=@{AuthR LoginR}>Login now
.