@php $tone = $tone ?? 'page'; $framed = $framed ?? true; @endphp
$framed, ])> @if ($tone === 'brief')

{{ __('messages.Prompt') }}

{{ __('messages.A landing page for a ceramic studio. Warm type, large photography, a short about, and a visit form.') }}

{{ __('home.Reply…') }}
@include('home.partials.site')
@elseif ($tone === 'files')

index.html

1 <h1>Ceramic studio</h1>

2 <a>Visit</a>

3 <p>Warm type.</p>

@elseif ($tone === 'publish')
{{ __('home.Ceramic studio') }} {{ __('home.Draft') }}
{{ __('home.Domain') }} studio.lab
{{ __('home.GitHub') }} {{ __('home.Ready') }}
{{ __('messages.Publish') }}
@elseif ($tone === 'layers')

{{ __('messages.Files') }}

@foreach (['index.html', 'visit.html', 'styles.css'] as $i => $file)

$i === 0, 'text-krikkit-muted' => $i !== 0, ])> {{ $file }}

@endforeach

index.html

1 <h1>Ceramic studio</h1>

2 <a>Visit</a>

{{ __('home.Ceramic studio') }}
@else @include('home.partials.site') @endif