1
0
mirror of https://github.com/flarum/core.git synced 2025-06-02 04:35:11 +02:00
php-flarum/views/content.blade.php

14 lines
365 B
PHP

@if (! $noJs) <noscript> @endif
<div class="Alert">
<div class="container">
@if ($noJs)
Something went wrong while trying to load the full version of this site.
@else
This site is best viewed in a modern browser with JavaScript enabled.
@endif
</div>
</div>
{!! $content !!}
@if (! $noJs) </noscript> @endif