@extends(tt('layout.blade.php'))
@section('title')
{{ !empty(page()->title) ? page()->title : __('def.home') }}
@endsection
@push('content')
@navbar
@navigation
@breadcrumb
@flash
@editor
@stack('container')
@endpush
@if (tip_active('editor'))
@push('footer')
@at(tt('assets/js/pages/home.js'))
@endpush
@endif
@footer