Multiple content blocks in one template

Just started using Grav CMS. I understand the concept of modular pages, but I really want to know if you can add multiple content blocks to a single page template. This way you could add two pieces of separate content to a single page from a single template.

The Grav Page Inject Plugin allows you to insert any number of content blocks in a page.

thanks for the pointer. I have the plugin, but the documentation is not very helpful. Any pointers?

I have managed to to get additional form fields in the admin area for a page, but i dont know how to push this data onto a page.

Which is option do you think is a better direction the plugin or the blueprint direction?

Also check out Sections in the Grav Shortcode Core plugin: https://github.com/getgrav/grav-plugin-shortcode-core#section

it’s very powerful.

cheers dude