pleroma/lib/pleroma/web/templates/frontend/static/error.html.eex
Roman Chvanikov f6c543a82a Static FE
2020-07-31 12:28:38 +03:00

8 lines
94 B
Elixir

<header>
<h1><%= gettext("Oops") %></h1>
</header>
<main>
<p><%= @message %></p>
</main>