// Taxonomy layouts.LayoutDescriptor={categories category taxonomy en false Type Section
{"Single page in \"posts\" section",layouts.LayoutDescriptor{Kind:"page",Type:"posts",OutputFormatName:"html",Suffix:"html"}},
{"Base template for single page in \"posts\" section",layouts.LayoutDescriptor{Baseof:true,Kind:"page",Type:"posts",OutputFormatName:"html",Suffix:"html"}},
{"Single page in \"posts\" section with layout set",layouts.LayoutDescriptor{Kind:"page",Type:"posts",Layout:demoLayout,OutputFormatName:"html",Suffix:"html"}},
{"Base template for single page in \"posts\" section with layout set",layouts.LayoutDescriptor{Baseof:true,Kind:"page",Type:"posts",Layout:demoLayout,OutputFormatName:"html",Suffix:"html"}},
{"AMP single page",layouts.LayoutDescriptor{Kind:"page",Type:"posts",OutputFormatName:"amp",Suffix:"html"}},
{"AMP single page, French language",layouts.LayoutDescriptor{Kind:"page",Type:"posts",Lang:"fr",OutputFormatName:"html",Suffix:"html"}},
{"Taxonomy in categories",layouts.LayoutDescriptor{Kind:"taxonomy",Type:"categories",Section:"category",OutputFormatName:"rss",Suffix:"rss"}},
{"Term in categories",layouts.LayoutDescriptor{Kind:"term",Type:"categories",Section:"category",OutputFormatName:"rss",Suffix:"rss"}},
{"Section list for \"posts\" section",layouts.LayoutDescriptor{Kind:"section",Type:"posts",Section:"posts",OutputFormatName:"html",Suffix:"html"}},
{"Section list for \"posts\" section with type set to \"blog\"",layouts.LayoutDescriptor{Kind:"section",Type:"blog",Section:"posts",OutputFormatName:"html",Suffix:"html"}},
{"Section list for \"posts\" section with layout set to \"demoLayout\"",layouts.LayoutDescriptor{Kind:"section",Layout:demoLayout,Section:"posts",OutputFormatName:"html",Suffix:"html"}},