<% @page_title = "Account Settings" %> <% content_for :header do %>

<%= @page_title %>

<% end %>
<%= render "account/settings/name", account: @account %> <%= render "account/settings/users", users: @users %>
<%= render "account/settings/entropy", account: @account %>