diff --git a/views/index.templ b/views/index.templ index 6229c15..0688d6c 100644 --- a/views/index.templ +++ b/views/index.templ @@ -13,9 +13,9 @@ templ Index() { >
-
+
- @@ -23,7 +23,7 @@ templ Index() {
-
+
diff --git a/views/index_templ.go b/views/index_templ.go index 255bf93..d6c8365 100644 --- a/views/index_templ.go +++ b/views/index_templ.go @@ -29,7 +29,7 @@ func Index() templ.Component { templ_7745c5c3_Buffer = templ.GetBuffer() defer templ.ReleaseBuffer(templ_7745c5c3_Buffer) } - _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("
") + _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("
") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } diff --git a/views/view.templ b/views/view.templ index 8197862..5c8d2cf 100644 --- a/views/view.templ +++ b/views/view.templ @@ -11,8 +11,8 @@ templ View() {

-
- + +
} diff --git a/views/view_templ.go b/views/view_templ.go index 8253ac2..ae52b82 100644 --- a/views/view_templ.go +++ b/views/view_templ.go @@ -29,7 +29,7 @@ func View() templ.Component { templ_7745c5c3_Buffer = templ.GetBuffer() defer templ.ReleaseBuffer(templ_7745c5c3_Buffer) } - _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("

View Paste

You can only view this paste once. Make sure to copy it before you close this page.

") + _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("

View Paste

You can only view this paste once. Make sure to copy it before you close this page.

") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err }