@include("editions.{$edition}.head-top")
@if ($environment === 'production')
@endif
@section('title')
{{ $title or '' }}
@show
@section('meta')
@show
@section('open-graph')
@if ($status === 'teaser')
@else
@endif
@if ($status === 'teaser')
@else
@endif
@show
@include("editions.{$edition}.tags")
@if ($environment === 'production')
@endif