package web templ Apikeyinput(apierror string) { @Html("Please input your TMDB Api key - PocketMovie") {

API Read Access Token needed

To use this application you need to enter your TMDB API Read Access Token. If you do not have a Token you can get one by creating a TMDB account.

It is needed to search movies, pull metadata and stream providers.

if apierror != "" { { apierror } }
} }