@extends('layouts.main') @section('main')
@if (empty($bundle->metadata()->get('hide_title')))

{{ $articleTitle }}

@endif @if(!empty($mainLink))

{!! $mainLink['url'] !!}

@endif @if (!empty($date)) @endif @if (!empty($cover)) {!! $cover !!} @endif
@if (!empty($body) || (isset($showToc) && $showToc))
@if(isset($showToc) && $showToc)
Sommaire
@endif {!! $body !!} @if(isset($showToc) && $showToc)
Sommaire
@endif
@endif
@if (!empty($pagination['items'])) @endif @endsection