Created by: rvagg
since template
is editable, selectors should be editable too.
for me, the main reason for this is that <p></p>
is too restrictive to put complex content in (like multiple paragraphs for example), old IE's a bit strict about this so passing in a template
with <div></div>
instead makes sense but then you run in to trouble with the content selector.