For handouts, its often useful to include extra notes using a div element with class="handout" following each slide, as in:
<div class="slide">
... your slide content ...
</div>
<div class="handout">
... stuff that only appears in the handouts ...
</div>