| Current Path : /var/www/html/bookstack/resources/views/common/ |
| Current File : /var/www/html/bookstack/resources/views/common/export-custom-head.blade.php |
@inject('headContent', 'BookStack\Theming\CustomHtmlHeadContentProvider')
@if(setting('app-custom-head'))
<!-- Custom user content -->
{!! $headContent->forExport() !!}
<!-- End custom user content -->
@endif