Rearrange template.

This commit is contained in:
Dillon Kearns 2021-12-29 16:02:18 -08:00
parent 862c48d134
commit 9a60119484

View File

@ -176,6 +176,10 @@ pages =
`
: ""
}
type alias Data =
{}
${
serverRender
? `data : RouteParams -> Request.Handler (PageServerResponse Data)
@ -225,9 +229,6 @@ head static =
|> Seo.website
type alias Data =
{}
${
withState