@include('layouts.core._favicon')
@include('builder.js.widgets')
@if (Acelle\Model\Plugin::isInstalled('acelle/chatgpt') && Acelle\Model\Plugin::getByName('acelle/chatgpt')->isActive())
@include('chat._builder_script')
@endif
@if ($template->theme)
@include('builder.themes.' . $template->theme)
@endif