Closed cj closed 12 years ago
For now I created my own simple routing which works great https://gist.github.com/c5cdeacccdcd568ae5d0 but I'd love to know if yours is working as intended.
You can achieve what you want by just putting the {{{render currentPage}}}
in it's own template, or wrapping it in an {{#isolate}}..{{/isolate}}
block.
@tmeasday Ah that makes perfect sense. Thank you, it's been a long day :)
Hi,
First of thank you for this, it's working great bar this oen issue. I have:
I would expect it to just update the contents of
#main
but it seems to be re-rendering everything when you go to a different url. Is it meant to be this way?Many thanks