type DeferOpts struct {
// Optional cache key. If set, the deferred block will be executed// once per unique key.
Key string// Optional data context to use when executing the deferred block. Data any
}
Exists returns whether the template with the given name exists.
Note that this is the Unix-styled relative path including filename suffix,
e.g. partials/header.html