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

7 lines
157 B
Elixir
Raw Normal View History

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