Using Uniform contact form in snippet not in template

If you really want to use the form as a snippet in multiple templates there is nothing holding you back from moving the Uniform controller code right into that snippet. It’s not as elegant as one controller for one template but arguably better than duplicating the Uniform controller code for each template using the snippet.

Just make sure situations with multiple occurrences of the form snippet on the same page are handled correctly (each form needs a unique ID).