nichady/golte

Template isn't working as expected

Opened this issue · 0 comments

There's no way at this moment to SSR<html> or <body>attributes like lang, etc.
For example moving <body> to main layout and adding conditional class dark works, but will result in ugly and weird looking html structure like:

<html>
<body></body>
{Your layout}
</html>