I am using partials in nanoc, and I was wondering if it's possible to nest partials in nanoc. In other words, can I have a partial within a partial?
When I tested this, the site compiled, but the nested partial did not display.
I'm using the Partials implementation described in this stackoverflow post: Must include files in nanoc always be in the layouts folder?
While nested partials are not required for what we're trying to do, I was just wondering if this is possible.
Thank you in advance.