akkoma/lib/pleroma/web/templates/static_fe/static_fe/error.html.eex
2019-11-09 18:08:08 -08:00

7 lines
94 B
Elixir

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