{{ $gallery->description }}
@foreach (gallery_meta_data($gallery) as $image)
@if ($image)
@endif
@endforeach
@if (theme_option('facebook_comment_enabled_in_gallery', 'yes') == 'yes')
{!! apply_filters(BASE_FILTER_PUBLIC_COMMENT_AREA, Theme::partial('comments')) !!}
@endif