In the documentation it says the following:
"A template is a common layout that every page in your design shares. It's possible to have multiple templates, but generally you'll only need one, and a page can only use one template."
How do I make multiple templates work? The documentation doesn't cover it and I was unable to find anything under the Panini git.
Thanks.
I'm only new to foundation and emails but I might be able to help.
I just started setting up by creating different blocks of html in my partials -
header.html
header2.html
hero.html
left-sidebar.html
right-sidebar.html
footer.html
footer.html
...and so on.
It only has the one layout (default.html) but you can go into it and add or remove each section to make one big template like a drag and drop build.
Its probably not the best answer or the best way to do things but it might help?