@isset($bookmark->name)
{{ $bookmark->name }}
@endisset
@empty($bookmark->name)
{{ $bookmark->url }}
@endempty
@isset($bookmark->content)
{{ $bookmark->content }}
@endisset
@isset($bookmark->screenshot)

@endisset
@isset($bookmark->archive)
Internet Archive backup
@endisset
@if(count($bookmark->tags) > 0)
@endif
@stop