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
Post a Comment