@extends('template.'.config('settings.template').'.content.master')
@section('head')
{{$content->title}}
{!!$content->{$_description_fielda??''}!!}
@if(isset($_images_field) && $content->{$_images_field})
Bilder
@foreach($content->{$_images_field} as $bild)
@endforeach
@endif
@stop