This commit is contained in:
Eden Kirin
2024-01-21 21:50:04 +01:00
parent abde90ee33
commit 725e127881
4 changed files with 10 additions and 10 deletions

View File

@ -45,11 +45,11 @@ func baseLayout(pc PageContext) templ.Component {
if templ_7745c5c3_Err != nil {
return templ_7745c5c3_Err
}
_, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("</title></head><body><div class=\"container\"><h1 class=\"mb-3\">")
_, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("</title></head><body><div class=\"container\"><h1 class=\"mt-3 mb-3 text-center\">")
if templ_7745c5c3_Err != nil {
return templ_7745c5c3_Err
}
templ_7745c5c3_Var4 := `Go + templ demo`
templ_7745c5c3_Var4 := `Go + templ + htmx demo`
_, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString(templ_7745c5c3_Var4)
if templ_7745c5c3_Err != nil {
return templ_7745c5c3_Err