<% size = block.child_value('size') text = block.child_value('text') style = block.child_value('style') size = 1 if size.nil? text = (empty_text ? empty_text : "") if text.nil? || text == "" if editing %>
style='<%= style %>'><%= raw text %>>
<% else %> id='block_<%= block.id %>' style='<%= style %>'><%= raw text %>><% end %>