Don't know if or how this would be possible. I have a script tag that needs to sit at the end of my blog post content to generate the comment section. While not strictly required, it will help me moderate comments better if I can include the post's ID and URL in the script tag.
What I'm struggling with is how to insert information from the frontmatter into the script tag. For obvious reasons it seems as though {...} and {{...}} dont work.