%= render "_head.html", conn: @conn %>
<%= render "_header.html", conn: @conn %> <%= render "_alerts.html", conn: @conn %>
<%= @inner_content %>
<%= render "_scripts.html", conn: @conn, token: assigns[:user_token] %>