Files
something-erlang/lib/something_erlang_web/controllers/page_html/home.html.heex

11 lines
320 B
Plaintext

<.flash_group flash={@flash} />
<.form :let={f} for={@conn} action={~p"/"}>
<input type="url" name="forum_path" />
<input type="submit" class="btn btn-sm" value="Redirect" />
</.form>
<pre class="whitespace-pre-wrap w-full overflow-x-auto pb-8">
<%= inspect(@current_user) %>
<%= inspect(@conn.cookies) %>
</pre>