@extends('template.'.config('settings.template').'.content.master') @section('content')

{{ $list->name }}

{{ $list->description }}

@if(count($contents) > 0) @foreach($contents as $content) @endforeach @else
Derzeit keine {{ $list->name }} veröffentlicht.
@endif
@stop