+ build command for makefile

This commit is contained in:
itsig0
2024-03-24 18:30:43 +01:00
parent 5e50435309
commit 1da3051c3d
6 changed files with 60 additions and 51 deletions

View File

@@ -31,7 +31,7 @@ func Show(hx bool) templ.Component {
templ_7745c5c3_Buffer = templ.GetBuffer()
defer templ.ReleaseBuffer(templ_7745c5c3_Buffer)
}
templ_7745c5c3_Err = templ.WriteWatchModeString(templ_7745c5c3_Buffer, 1)
_, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("<div class=\"container\"><h1>Schön hier aber waren sie schon mal in Mordor?</h1></div>")
if templ_7745c5c3_Err != nil {
return templ_7745c5c3_Err
}