@include('layouts.navigation')
@if (isset($header))
@endif
@if (isset($showSidebar) && $showSidebar)
@include('layouts.sidebar')
@endif
@if (isset($showTopicsSidebar) && $showTopicsSidebar)
@include('layouts.topics-sidebar')
@endif
@if (isset($showForumSidebar) && $showForumSidebar)
@include('layouts.forum-sidebar')
@endif
@yield('content')
@include('components.footer')