@carlton hm.. I see the docs mention; "Template partials can also be included using the include template tag with the same # directive:"
Though I still get "Partial 'journal-metadata' is not defined in the current template."
That's with using;
{% include "example.html#journal-metadata" %}
I have to dig further into that.
But do partials have to be included one by one? Can you import all partials in bulk?
Something like:
{% include "example.html %}
?