If you have two templates where template1 has a file application.properties and template2 has application.properties.render
adding them in order template1, template2 everything from template1 application.properties will be lost.
If they are called in order template2, template1 contents from both are merged
If you have two templates where template1 has a file application.properties and template2 has application.properties.render
adding them in order template1, template2 everything from template1 application.properties will be lost.
If they are called in order template2, template1 contents from both are merged