]> BookStack Code Mirror - bookstack/blob - resources/views/common/export-custom-head.blade.php
2452d6b8e646ceff733678a93b34be14ed38f9a8
[bookstack] / resources / views / common / export-custom-head.blade.php
1 @inject('headContent', 'BookStack\Theming\CustomHtmlHeadContentProvider')
2
3 @if(setting('app-custom-head'))
4 <!-- Custom user content -->
5 {!! $headContent->forExport() !!}
6 <!-- End custom user content -->
7 @endif