Hello!
Is there a way to do templating in the content directory in a .md file?
I’ve got a data file (toml) I’d like to load, loop over, and generate some html. Is it possible to do thing without introducing a new template or shortcode under “templates/”? It’s just a one-off thing, I’ll only need to do this on this page.
Thanks!