#end
#set ($bodyColumnClass="span9")
#if ( $decoration.custom && $decoration.custom.getChild('fluidoSkin')
&& $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'bodyColumnClass' ) )
#set ( $bodyColumnClass = $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'bodyColumnClass' ).getValue() )
#end
#if ( $title && $title.endsWith( "Project License" ) )
$bodyContent
#else
#if ( $decoration.custom.getChild('fluidoSkin')
&& $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'sourceLineNumbersEnabled' )
&& 'true' == $decoration.custom.getChild( 'fluidoSkin' ).getChild( 'sourceLineNumbersEnabled' ).getValue() )
#set ( $sourceStyle = "prettyprint linenums" )
#else
#set ( $sourceStyle = "prettyprint" )
#end
$bodyContent.replaceAll( "
", "" ).replaceAll( "class=\"bodyTable\"", "class=\"table table-striped\"" )
#end
#if ( $sideBarEnabled )
#end