Hi @Anilkumar0208 ,
Authoring dialog is to take input from authors for various properties and HTL is to create view using those properties values with HTML syntax.
Now, if the view is not loading, it means -
- HTL does not have any logic written to make the view OR
- You have some exception while building the view. It can be the client library/script issue, HTL syntax issue, Sling Model or anything which are used while implementing HTL logic.
If the point #2 holds true then you should find some exception reported in error logs file or on browser console.
Thanks,
Ritesh