@include '../../../layout/head.html' @include '../../../layout/header.html' .form-error { @ctx.form_error }

SSH keys

Public profile | SSH keys
@if ssh_keys.len == 0

There are no SSH keys associated with your account.

@else @for ssh_key in ssh_keys

@ssh_key.title

@ssh_key.created_at.relative()

@end @end
@js '/js/ssh-list.js' @include '../../../layout/footer.html'