diff --git a/views/album.templ b/views/album.templ index 1e6d9c6..bac1b96 100644 --- a/views/album.templ +++ b/views/album.templ @@ -23,13 +23,15 @@ templ AlbumPage(a data.Album) { } -
{ a.About[0] }
-{ a.About[1] }
+ if a.About[0] != "" { +{ a.About[0] }
+{ a.About[1] }
+