I've only startd looking into pandoc a few hours ago so there's still lots I don't know. I know that if I modify a generated docx and add footer and page numbers, then I can use that as a template, but I'm wondering if it's possible to use pandox without a template and generate a footer and page numbers?
I was thinking this would be possible
pandoc <args> --page_numbers --footer="Created by John Smith"
Or is that only doable with a template?