super( parameters );
//Page Title
add( new Label( ID_PAGE_TITLE, new PropertyModel<YamlPage>( this, "pageTitle" ) ) );
//Default style sheets
add( new StyleSheetReference( "baseStyleSheet", new ResourceReference( YamlPage.class, "css/core/base.css" ) ) );
add( new StyleSheetReference( "wicketYamlStyleSheet", new ResourceReference( YamlPage.class, "css/core/wicketyaml.css" ) ) );
add( new StyleSheetReference( "ieHacksStyleSheet", new ResourceReference( YamlPage.class, "css/core/iehacks.css" ) ) );
//Add the empty panels for footer, navigation and content
add( new EmptyPanel( ID_NAVIGATION ) );
add( new EmptyPanel( ID_FOOTER ) );
add( new EmptyPanel( ID_COL1_CONTENT ) );