<%= LayoutView.title(@view_module, @view_template, assigns) %> <%= LayoutView.excerpt(@view_module, @view_template, assigns) %> https://pre.hn <%= for post <- @posts do %> <%= post.title |> HtmlSanitizeEx.strip_tags() %> <%= post.content |> process_content |> html_escape |> safe_to_string %> <%= post.date |> DateTime.from_naive!("Etc/UTC") |> Timex.format!("{WDshort}, {D} {Mshort} {YYYY} {h24}:{m}:{s} {Z}") %> <%= post.guid %> <% end %>