]> BookStack Code Mirror - bookstack/blobdiff - resources/views/errors/503.blade.php
ZIP Imports: Added API examples, finished testing
[bookstack] / resources / views / errors / 503.blade.php
index acf588f4add9ee09fd068a68e2ad74a5a312efec..d44c45e6281ec815896ad3686c24bd3817d552f1 100644 (file)
@@ -1,22 +1,6 @@
-<!DOCTYPE html>
-<html lang="{{ config('app.lang') }}"
-      dir="{{ config('app.rtl') ? 'rtl' : 'ltr' }}">
-<head>
-    <title>{{ isset($pageTitle) ? $pageTitle . ' | ' : '' }}{{ setting('app-name') }}</title>
+@extends('layouts.plain')
 
-    <!-- Meta -->
-    <meta name="viewport" content="width=device-width">
-    <meta charset="utf-8">
-
-    <!-- Styles and Fonts -->
-    <link rel="stylesheet" href="{{ versioned_asset('dist/styles.css') }}">
-    <link rel="stylesheet" media="print" href="{{ versioned_asset('dist/print-styles.css') }}">
-
-    <!-- Custom Styles & Head Content -->
-    @include('common.custom-styles')
-    @include('common.custom-head')
-</head>
-<body>
+@section('content')
     <div id="content" class="block">
         <div class="container small mt-xl">
             <div class="card content-wrap auto-height">
@@ -25,5 +9,4 @@
             </div>
         </div>
     </div>
-</body>
-</html>
+@endsection
\ No newline at end of file