<%= t("error.500.title") %>
<%= t("error.500.body") %>
<%- include("partials/locale-switch", { up: false }) %>%# 500 error page: standalone (no app shell, no menu) so it renders even when the shell's data is what failed. Locals: t/locale/dir come from the host with every render. %>
<%= t("error.500.body") %>
<%- include("partials/locale-switch", { up: false }) %>