A blueprint having multiple templates to choose from

Hi there,

i am trying to edit the Dashboard (site.yml) to limit the editor to select only certain blueprint templates on the root level. This looks like this atm but does not work:

title: Dashboard

columns:
  - width: 3/4
    sections:
      unpublished-news:
        label: Unpublished
        type: pages
        template: 
		- page
		- team
		- references
		- news
        status: draft

I know that its possible to assign one single blueprint template to the “template” variable, but is it also possible to select a bunch of blueprint templates?

Should be templates (plural) and the indentation of the template list is not correct (needs to be two spaces under templates.

Perfect, thanks!