Hi, I would like to make it so that the HTML body tag has a different class name applied depending on what kind of page you are on. For example, if you are on the edit page, the body tag would have class="edit". If you are on the login page, class="login" etc. What's the best way to do that with Daisy?