Versions in this module Expand all Collapse all v0 v0.1.1 Oct 18, 2023 v0.1.0 Oct 18, 2023 Changes in this version + type Engine interface + Render func(ctx context.Context, text string, dest io.Writer) error + func New(cfg *config.Config, option ...Option) (Engine, error) + type Option func(*opts) + func IgnoreEmpty() Option