@extends('front.app') @section('meta') @stop @section('container')

{{$page->h1}}

{!! $page->body !!}
@include('front.templates.catalog.default',['newProducts'=>1])
@endsection