class="with_content_tabs"<% end %>>
<% if @page_description_links -%>
<%= @page_description_links.html_safe %>
<% end %>
<%= (@page_description || @page_title).html_safe %>
<% 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]
}) %>
<% end %>
<% end %>
<% end %>
<% end %>