Ubuntu
var $=jQuery;
$(document).ready(function(){
$('main > .content').wrap('');
});