<%= @podcast.link %> ]]> ©2022 ]]> ]]> <%= @podcast.image.url %> <![CDATA[<%= @podcast.image.title %>]]> <%= @podcast.image.link %> ]]> ]]> <%= @podcast.keywords |> Enum.join(", ") %> ]]> <%= @podcast.pubDate |> Calendar.DateTime.Format.rfc2822 %> <![CDATA[<%= @podcast.title %>]]> ]]> ]]> ]]> List.last() %>]]> <%= @podcast.lastBuildDate |> Calendar.DateTime.Format.rfc2822 %> <%= for item <- @items do %> <![CDATA[<%= item.title %>]]> <%= item.link %> <%= item.pubDate |> Calendar.DateTime.Format.rfc2822 %> ]]> <%= item.link %> <%= item.length |> format_length %> <%= item.summary %> Enum.join(", ") %>]]> <%= item.explicit %> <% end %>