Basic movie page layout created

This commit is contained in:
2025-02-24 10:21:31 +11:00
parent 8fa20e05c0
commit e2d66fc26d
6 changed files with 65 additions and 42 deletions

View File

@@ -31,7 +31,7 @@ func Movie(
Msg("Error occured getting the movie")
return
}
page.Movie(movie).Render(r.Context(), w)
page.Movie(movie, &config.TMDBConfig.Image).Render(r.Context(), w)
},
)
}