Overriding the contact.tpl template

hello, i would like to override contact.tpl(doesnt have blocks) with my own contact.tpl. I made same path in my module, and put the my contact.tpl file, but in vein.

I know that I could extend contact.php controller and put there my template and after that i can call it whenever I want.And I know that I can put if statement in page.tpl(to check active class).

But,currently, im interested to find out if there is possibility to override contact.tpl in the simplier way,making same path and putting my own contact.tpl file in module.

you can create a child theme with your own contact.tpl and oxid will take all other template files from azure.
have a loot at this tutorial here:
http://www.marco-steinhaeuser.de/working-with-a-child-theme-in-oxid-eshop-using-language-names-instead-of-flags.html