">
<%= static_path(@conn, "/images/logo.png") |> img_tag(class: "header__logo") |> link(to: ExplorerWeb.Endpoint.url()) %>
<%= gettext "explorer-title" %>
<%= get_flash(@conn, :info) %>
<%= get_flash(@conn, :error) %>
<%= render @view_module, @view_template, assigns %>