@include(snippets/header)
@if(user.avatar)
@endif
{{ user.user }}
ID: {{ user.user_id }} – Joined: {{ user.created_at }}
f0ck{{ count.f0cks == 1 ? '' : 's' }}: {{ count.f0cks }} view all
@if('items' in f0cks)
@each(f0cks.items as item)

@endeach
@else no f0cks given @endif
fav{{ count.favs == 1 ? '' : 's' }}: {{ count.favs }} view all
@if('items' in favs)
@each(favs.items as item)

@endeach
@else no favorites @endif
@include(snippets/footer)