1686817401a:1:{s:21:"sgf-articles/post.htm";a:11:{s:8:"fileName";s:21:"sgf-articles/post.htm";s:7:"content";s:784:"title = "Sgf's article"
url = "/news-media/press-articles/the-sgf/:slug"
layout = "default"
description = "Viewing a single blog post"
is_hidden = 0

[blogPost blogDetail]
slug = "{{ :slug }}"
categoryPage = "sgf-articles/articles"
==
<?php
function onEnd()
{
     $title =  $this->post ? $this->post->title : 'News Article';
     $this['meta_title'] =$title;
     $this['title'] = $title;
     $this->page['title']= $title;
     $this['bannerImage'] = $this->themeUrl('assets/images/blog-banner.jpg');

    if ($this->post && $this->post->featured_images->count() > 0) {
        $this['bannerImage'] = $this->post->featured_images->first()->getPath();
    }
}
?>
==
<div class="row">
    <div class="col-md-12">
        {% component 'blogDetail' %}
    </div>

</div>";s:5:"mtime";i:1526879051;s:6:"markup";s:106:"<div class="row">
    <div class="col-md-12">
        {% component 'blogDetail' %}
    </div>

</div>";s:4:"code";s:430:"function onEnd()
{
     $title =  $this->post ? $this->post->title : 'News Article';
     $this['meta_title'] =$title;
     $this['title'] = $title;
     $this->page['title']= $title;
     $this['bannerImage'] = $this->themeUrl('assets/images/blog-banner.jpg');

    if ($this->post && $this->post->featured_images->count() > 0) {
        $this['bannerImage'] = $this->post->featured_images->first()->getPath();
    }
}";s:5:"title";s:13:"Sgf's article";s:3:"url";s:40:"/news-media/press-articles/the-sgf/:slug";s:6:"layout";s:7:"default";s:11:"description";s:26:"Viewing a single blog post";s:9:"is_hidden";s:1:"0";s:19:"blogPost blogDetail";a:2:{s:4:"slug";s:11:"{{ :slug }}";s:12:"categoryPage";s:21:"sgf-articles/articles";}}}