Loop Frontmatter To Create Blocks

Does anyone know of a way to loop through a note’s Frontmatter to create blocks.

What I’m trying to do

For Example, for the following Frontmatter:

things:
- Property: Value
  Property: Value
  Property: Value
  Property: Value
  Property: Value
  Text: Object boilerplate text goes here.
- Property: Value
  Property: Value
  Property: Value
  Property: Value
  Property: Value
  Text: Object boilerplate text goes here.

I would like to have the following created in the note automatically:

Imgur

Things I have tried

I’ve tried searching online and on this forum with no luck.

On Unix systems (not windows) you could use bash script.

Maybe there’s some Obsidian community plugin.