Started page transclusion system

This commit is contained in:
Dan Brown
2017-01-16 21:24:48 +00:00
parent d8c5f72258
commit e4e3b25c22
3 changed files with 46 additions and 3 deletions

View File

@ -7,6 +7,6 @@
@if (isset($diff) && $diff)
{!! $diff !!}
@else
{!! $page->html !!}
{!! isset($pageContent) ? $pageContent : $page->html !!}
@endif
</div>