7 lines
157 B
Elixir
Raw Normal View History

2019-10-06 19:41:18 -04:00
<h1>Home</h1>
<%= render "_post_form.html", conn: @conn %>
<hr>
2020-04-25 12:30:47 -04:00
<%= render "_timeline.html", conn: @conn, statuses_with_authors: @statuses_with_authors %>