// 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 to \"demolayout\"",layouts.LayoutDescriptor{Kind:"page",Type:"posts",Layout:demoLayout,OutputFormatName:"html",Suffix:"html"}},
{"Base template for single page in \"posts\" section with layout set to \"demolayout\"",layouts.LayoutDescriptor{Baseof:true,Kind:"page",Type:"posts",Layout:demoLayout,OutputFormatName:"html",Suffix:"html"}},
{"Home page with type set to \"demotype\"",layouts.LayoutDescriptor{Kind:"home",Type:demoType,OutputFormatName:"html",Suffix:"html"}},
{"Base template for home page with type set to \"demotype\"",layouts.LayoutDescriptor{Baseof:true,Kind:"home",Type:demoType,OutputFormatName:"html",Suffix:"html"}},
{"Home page with layout set to \"demolayout\"",layouts.LayoutDescriptor{Kind:"home",Type:"page",Layout:demoLayout,OutputFormatName:"html",Suffix:"html"}},
{"Section list for \"posts\"",layouts.LayoutDescriptor{Kind:"section",Type:"posts",Section:"posts",OutputFormatName:"html",Suffix:"html"}},
{"Section list for \"posts\" with type set to \"blog\"",layouts.LayoutDescriptor{Kind:"section",Type:"blog",Section:"posts",OutputFormatName:"html",Suffix:"html"}},
{"Section list for \"posts\" with layout set to \"demolayout\"",layouts.LayoutDescriptor{Kind:"section",Layout:demoLayout,Section:"posts",OutputFormatName:"html",Suffix:"html"}},
{"Section list for \"posts\"",layouts.LayoutDescriptor{Kind:"section",Type:"posts",OutputFormatName:"rss",Suffix:"xml"}},
{"Taxonomy list for \"categories\"",layouts.LayoutDescriptor{Kind:"taxonomy",Type:"categories",Section:"category",OutputFormatName:"html",Suffix:"html"}},
{"Taxonomy list for \"categories\"",layouts.LayoutDescriptor{Kind:"taxonomy",Type:"categories",Section:"category",OutputFormatName:"rss",Suffix:"xml"}},
{"Term list for \"categories\"",layouts.LayoutDescriptor{Kind:"term",Type:"categories",Section:"category",OutputFormatName:"html",Suffix:"html"}},
{"Term list for \"categories\"",layouts.LayoutDescriptor{Kind:"term",Type:"categories",Section:"category",OutputFormatName:"rss",Suffix:"xml"}},