Template Match Multiple Matches

I’ve been using find_template() and have gotten really good results/speed for finding simple shapes.
The only thing is it can only match one shape at a time, is it possible to have find_template() return more than one match similar to find_blobs()?
Or is this a git PR kind of thing

This has been on my todo list forever. However, I probably will not get to working on this in the year. If you’d like this implemented now please write the C code for it and send a PR. You can study the code for other methods like find_blobs() and etc. for how this should work.