Versions in this module Expand all Collapse all v0 v0.16.1 Dec 19, 2024 Changes in this version + var HtmlTemplates embed.FS + type Html string + func (h Html) String() string + type PasswordReset struct + ResetLink string + func (p PasswordReset) Generate(ctx context.Context) (Html, Text, error) + type SignupWelcome struct + ConfirmationLink string + func (s SignupWelcome) Generate(ctx context.Context) (Html, Text, error) + type TemplateHandler interface + Generate func(ctx context.Context) (Html, Text, error) + type Text string + func (t Text) String() string