Same blueprint, different template

Howdy.

Can multiple pages use the same blueprint but have different templates?

Case: I’m creating a number of online forms which all require the same bits of content from the user, but the forms are different so I’d prefer to separate each form into its own template and controller.

Note: Can’t use the default blueprint. That’s already in use elsewhere.

Possible?

It’s possible to register templates and blueprints via a simple plugin.

Maybe you could iterate over every template with a certain preset like form. and register multiple blueprints with the same .yml-file.

Thanks for the quick reply @thguenther. I’ll look into this.

I suppose I could go low-tech too, create the shared blueprint layout and reuse it for each instance.