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

{{ $list->name }}

{{ $list->description }}

@foreach($contents as $content) @endforeach
@stop