package main import "time" templ index(prompt, negPrompt, imageURL string, howLong time.Duration) {


if imageURL != "" {

Generated in { howLong.String() }

} } templ ohNoes(why string) { Oh noes!

{ why }

Audience: please laugh.

}