Currently you can't pass some options (like it specified in the readme) because error is present: undefined function content/5 while trying to run some code from the Readme:
<%= content(@conn, "Ident", :html, id: "my-id", classes: "more classes") do %>
<h1>Title</h1>
<% end %>
Currently you can't pass some options (like it specified in the readme) because error is present:
undefined function content/5
while trying to run some code from the Readme:Here is PR that should fix it: https://github.com/infinitered/thesis-phoenix/pull/157