mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-23 15:29:29 -07:00
10 lines
177 B
Text
10 lines
177 B
Text
|
extends templates/base.pug
|
||
|
|
||
|
block content
|
||
|
section.profile.narrow
|
||
|
h2 Something went wrong when generating the profile
|
||
|
|
||
|
ul
|
||
|
each error in data.errors
|
||
|
li= error
|