janat08
janat08

Reputation: 1777

Sharing dynamic between frontend head and body

New to haskell, but I'm not sure that you can create a dynamic that can go into both head and body. I'd like to update page title.

Upvotes: 0

Views: 30

Answers (1)

Vaibhav Sagar
Vaibhav Sagar

Reputation: 2266

You can use setTitle to accomplish this.

Upvotes: 1

Related Questions