Cdetailview: Group Attributes In A Container

Given three paragraphs:


'attributes'=>array(

  array('name'=>'first', 'template'=>'<p>{value}</p>'),

  array('name'=>'second', 'template'=>'<p>{value}</p>'),

  array('name'=>'third', 'template'=>'<p>{value}</p>'),

),

Is it possible to wrap ‘first’ and ‘second’ in one div and wrap ‘third’ in another div?