How to visit a .html file in browser url box?

Suppose I have two template .html files like home.html and about.html. I want to direct load these web url from browser, how can I do this? By REST API or static URL? such as http://myapp.meteor.com/home.html

I’ve been using iron:router and it handles app routing pretty well and is relatively easy to setup and use. You can check it out at https://atmospherejs.com/iron/router.

1 Like

Cool solution! Thanks.

Can I define server templates as well? No documents found.

It will be nice to map a REST call to a server template directly.