I know from the page object I can access content and within a collection I can use templateContent to get the rendered output, but is it possible to get just the markdown input?
I could just read the file from the page's inputPath, but then I also get the frontmatter... it's easy enough to make a quick shortcode to return what I'm after, but I wanted to make sure there wasn't something built-in that I was missing...