% if content_for? :documentation %>
<%= content_for(:documentation).html_safe %>
<% end %>
<%= _option_bar(component, content_for?(:helper)) %>
<%= _styleus_component_wrap(partial_path: component.partial_path) { content_for(:representation).html_safe } %>
<%= content_for(:html).html_safe %>
<%= content_for(:helper).html_safe %>