@extends('website.layouts.master') @section('title', $website->title($page)) @section('pagecss') @section('content') @include('website.layouts.title')
{!! $page->gallery() !!}
@endsection @section('pagejs') @endsection