I have little/no experience with Golang. At the moment it is possible to create email templates yourself. In case of verification, the VerificationURL parameter is applied in the template. It would be nice if the flow ID and the Token were also applied as parameters separately. This makes it possible to change the url (and path) manually.
The reason for this is that I'm running a custom proxy around Kratos. And I would like to determine the path to the verification request myself.
Is it possible to extract the flow id and token in the Gotmpl files? With a function or something like that?