]>
BookStack Code Mirror - bookstack/blob - resources/views/simple-layout.blade.php
projects
/
bookstack
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' of https://github.com/jasonhoule/BookStack into jasonhoule...
[bookstack]
/
resources
/
views
/
simple-layout.blade.php
1
@extends('base')
2
3
@section('content')
4
5
<div class="flex-fill flex">
6
<div class="content flex">
7
<div class="scroll-body">
8
@yield('body')
9
</div>
10
</div>
11
</div>
12
13
@stop