<%= render_layout "app.html", assigns do %>
<%= link("← Back to stats", to: "/#{URI.encode_www_form(@site.domain)}", class: "text-sm text-indigo-600 font-bold") %>

Settings for <%= @site.domain %>

<%= render @view_module, @view_template, assigns %>
<% end %>