mirror of
https://codeberg.org/VnPower/PixivFE
synced 2024-12-06 19:16:23 +01:00
9 lines
208 B
HTML
9 lines
208 B
HTML
{{- extends "layout/default" }}
|
|
{{- block body() }}
|
|
<div class="container error">
|
|
<h1>Unauthorized</h1>
|
|
|
|
<p>You need to <a href="/settings#login">log in</a> to use this feature.</p>
|
|
</div>
|
|
{{- end }}
|