Serving static html files to a meteor template using Iron Router -


i've set meteor website , loving how easy build templates data in mongo db.

one part of website want render static html file in layout template i've setup. @ moment have layout file looks this

<template name="mainlayout">      {{> yield region="navbar"}}      {{> yield}}      {{> yield region="footer"}}  </template> 

all want when hit specific route instead of finding template , filling data db want insert static html page main part of layout.

is possible or have suggestions on other ways solve this?

i can't think of way standardise have in these html files fit 1 template easier serve them static pages.


Comments

Popular posts from this blog

google chrome - Developer tools - How to inspect the elements which are added momentarily (by JQuery)? -

angularjs - Showing an empty as first option in select tag -

php - Cloud9 cloud IDE and CakePHP -