How to load another page using 'imports' folder

Hello,
I would like to load another HTML page later it will include reveal.js+markdown attributes), but for now just plain html for testing purposes.

I have placed both a js file and html inside this path /imports/startup/client/ui/ in there, the js file calls the html file using import './path/to/htlmFile, but so far it doesn’t work.

The structure of my app is exactly the way it looks on the TODO tutorial, import/startup/client/ui and from there I have both site.js and site.html called by the site.js finally on my main.js file on the top level of my app inside the client folder I am calling ofcourse the folder to load the stuff import '../imports/startup/client'

Would exactly do you mean by this? I can only guess a router is what you’re actually looking for?