Add CSS class to {{block type="cms/block" block_id="my_block1"}}
This now outputs as html here, but I see widget block add a DIV tag around it with a CSS ID.
Question: How can we add a tag around block type="cms/block" and echo some css class like the BlockId()
<div class="cms-block my_block1">html here</div> where my_block1 is the block id