Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
例如,如果没有人登录,我想向他们显示他们可以注册或重新登录的链接,但如果用户登录,我想要一种方法让他们访问他们的个人资料和其他信息。
您需要使用maybeAuthHaskell 代码获取身份验证信息,然后$maybe在 Hamlet 内部根据该结果更改行为。您不能maybeAuth在 Hamlet 内部进行操作,因为 Hamlet 不允许您执行任何操作(例如数据库查找)。
maybeAuth
$maybe