summaryrefslogtreecommitdiff
path: root/source/_layouts/post.blade.php
blob: fec0473e94299665cc44be10b3cf10292e4cd755 (plain)
1
2
3
4
5
6
@extends('_layouts.master')

@section('article')
    <h1>{{ $page->title }}</h1>
    @yield('content')
@endsection