<.title>writing</.title> <ul class="flex flex-col"> <li :for={post <- @posts} class="flex flex-row justify-between"> <.a href={~p"/writing/#{post}"}> <%= if post.title do %> {post.title} <% else %> (no title) <% end %> </.a> <.timex value={post.inserted_at} format="{YYYY}-{0M}-{0D}" class="text-gray-500" /> </li> </ul>