%- navigation.each do |topic_group| -%>
<%- if topic_id.start_with?(topic_group[:id]) %>
<%- if topic_group.has_key?(:topics) -%>
<%= topic_group[:name] %>
<%- else -%>
<%= topic_group[:name] %>
<%- end -%>
<%- end -%>
<%- if topic_group.has_key?(:topics) -%>
<%= render("_templates/_breadcrumb.html.erb", :navigation => topic_group[:topics], :topic_id => topic_id, :subtopic_shim => subtopic_shim) %>
<%- end -%>
<%- end -%>