<%= style %>

<%= I18n.t("Announcements") %>

    <% if content.length == 0 %>

    <%= I18n.t("There are no announcements for this course.") %>

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

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

<% content.each do |item| %>

"><%= HtmlTextHelper.escape_html(item[:title]) %>

<%= convert_placeholder_paths_from_string!(item[:description]) %>


<%= I18n.t("Back to Announcements") %>

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

<% end %> <% end %>