Is it possible to load the correct module on my site depending on the path that the user enters?
Would storing the HTML in a file named some_file.htm
, ajaxing that file to the client, and then appending it to the DOM work for this purpose?
I'm curious if this method is straightforward or if there are potential obstacles that I should be mindful of.
Thank you!