class="with_content_tabs"<% end %>>
<% if content_for?(:page_description_links) %>
<%= content_for(:page_description_links) %>
<% end %>
<%= content_for(:page_description) || content_for(:page_title) %>
<% if content_tabs? %>
<% content_tabs.map do |t| %>
-
<% if t[:options][:disabled] == true %>
<%= t[:name] %>
<% else %>
<%= link_to(
t[:name],
{ anchor: "#{t[:key]}" },
data: {
action: "click->main#changeTab",
tab: t[:key]
},
role: "tab") %>
<% end %>
<% end %>
<% end %>
<% end %>