In my client work, it has been really beneficial to handoff WP/ACF backends where the page templates have all of the fields they need for their design/content in place. The client creates a new page, select a template, and the fields appear that they need for that template.
Is there a corollary way with Gutenberg blocks to establish the “default state” (which blocks in which order) for a template? Is this something that ACF can or will do?
Example: I have an About Page design that has a hero section, basic text block section, and a grid of people/names section. Is it possible to set the default state of the blocks in Gutenberg to be 1-Hero, 2-Text, 3-People for that About template?