I am trying to create a static template and create a page using that template. But unfortunately i am not able to see the properties tabs. Please find the below image. I am using the AEM 6.4.8.0 version
I had similar problems with static templates when upgrading to a 6.5. The issue was that they depended on the deprecated /libs/wcm/foundation/components/page component. This dates back to the 6.1 and should no longer be used. Please use /libs/wcm/foundation/components/basicpage/v1/basicpage instead (or better yet, think about migrating towards AEM Core Components). There should be very little impact in switching to the newer foundation page 🙂