Skip to content

Instantly share code, notes, and snippets.

@nhu313
Created July 13, 2014 04:01
Show Gist options
  • Save nhu313/e5b091202eccb883d9de to your computer and use it in GitHub Desktop.
Save nhu313/e5b091202eccb883d9de to your computer and use it in GitHub Desktop.
Phoenix RSS Entry template
<%= for entry <- @entries do %>
<li>
<%= entry.body %>
</li>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment