Merge branch 'documentation-migration' of akkoma.dev:AkkomaGang/akkoma into documenta...
[akkoma] / lib / pleroma / web / templates / static_fe / static_fe / error.html.eex
1 <header>
2 <h1><%= gettext("Oops") %></h1>
3 </header>
4
5 <main>
6 <p><%= @message %></p>
7 </main>