<%= link to: Routes.posts_path(@conn, :show, @post), class: "u-url" do %>
<%= raw @post.title %>
<% end %>
<%= post_topmatter(@conn, @post) %>
<%= render "thumb.html", post: @post, thumbs: @thumbs %>
<%= @post |> Legendary.Content.Post.content_page(@page) |> process_content |> raw %>
<%= render "pagination.html", conn: @conn, post: @post, current_page: @page %>