clacks/lib/clacks_web/templates/frontend/home.html.eex

7 lines
157 B
Elixir

<h1>Home</h1>
<%= render "_post_form.html", conn: @conn %>
<hr>
<%= render "_timeline.html", conn: @conn, statuses_with_authors: @statuses_with_authors %>