Two Column Layout

Ramnath Vaidyanathan

Two Column Layout

This is the default two column layout that ships with io2012.

---
layout: slide
---
{{{ slide.content }}}
<div style='float:left;width:48%;' class='centered'>
  {{{ slide.left.html }}}
</div>
<div style='float:right;width:48%;'>
  {{{ slide.right.html }}}
</div>

Two Columns

This text should span the entire slide.

Left

This text should float to the left.

Right

This text should float to the right.