I’d like to display the temperature of a particular river on my Hugo website. There’s a simple API call I can make which returns me some JSON with this information. So what I’m looking for is a way to make this HTTP request once the website is deployed. I guess this would have to be saved as some of dynamic parameter which I could then just print on the header template file.