Hi Atul Doesn't look too bad at 1st sight. :-) Since you are using 5.3.7, there is no way "to see" ftl files with a known magnolia app, however you could install your templates also with the module. See => https://documentation.magnolia-cms.com/display/DOCS53/In-place+Templating+module https://documentation.magnolia-cms.com/display/DOCS53/My+first+template might also help.
When using Magnolia 5.4 you could see your ftl files with the new resources app (see https://documentation.magnolia-cms.com/display/DOCS/Resources). One word to the structure of your module. I highly recommend to use the following file structure: [code] └── src └── main ├── java └── resources └── weather-info └── templates ├── components └── pages [/code] It is agood practice to have again with resources a folder with the name of your module (weather-info/src/main/resources/weather-info) and there again templates/pages and templates/components. Actually you can use the same file structure which we propose for Magnolia 5.4, see https://documentation.magnolia-cms.com/display/DOCS/Module+structure. I hope this helps. regards, Christoph -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=02fb09cc-adf0-4d7f-8570-f98dd6a843c6 ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <user-list-unsubscr...@magnolia-cms.com> ----------------------------------------------------------------