<%= render HeaderComponent.new(title: "Terms of Service") %> <%= render MainSimpleComponent.new do %>
<%= render EditableContentComponent.new( context: "tos", key: "body", rich_text: true, default: "No content yet. Please add your terms of service.") %> <% if current_user.is_admin? %>
<%= render EditContentButtonComponent.new( context: "tos", key: "body", rich_text: true, redirect_to: request.path) do %>Edit content<% end %>
<% end %>
<% end %>