@extends('common::prerender.base')
@section('body')
{{$meta->getTitle()}}
{!! $meta->getDescription() !!}
@foreach($meta->getData('albums') as $album)
@endforeach
@if($meta->getData('artist.similar'))
Similar Artists
@foreach($meta->getData('artist.similar') as $similarArtist)
@endforeach
@endif
@endsection