<%= style %>

"><%="#{HtmlTextHelper.escape_html(title)}"%>

    <% content.each do |item| %>
  1. "><%= HtmlTextHelper.escape_html(item[:title]) %>
  2. <% end %>

<%= I18n.t("Back to Table of Contents") %>
<% content.each do |item| %> <%=build(item)%>

"><%= I18n.t("Back to %{ref_title}", {ref_title: HtmlTextHelper.escape_html(title)}) %>

<%= I18n.t("Back to Table of Contents") %>

<% end %>