jetzig-framework / jetzig

Jetzig is a web framework written in Zig
MIT License
308 stars 15 forks source link

Allow mailers to modify mail template params #64

Closed bobf closed 1 month ago

bobf commented 1 month ago

Remove need to add all mail template params to view response data. This was originally intended functionality but the wrong value was passed to the deliver function, and no data argument was given, making it cumbersome to create new values.