KES777 / mojo

Mojolicious - Perl real-time web framework
http://mojolicio.us
Artistic License 2.0
0 stars 0 forks source link

Application command should be able to render template in loop #61

Open KES777 opened 5 years ago

KES777 commented 5 years ago

Summary

An application allow users to download or view invoice by clicking a button. But also we want the command which will loop users and send invoices

Motivation

We have two ways to render templates:

Without this change first case does now work. It renders only once.

References

None