1686817401a:1:{s:13:"news/post.htm";a:11:{s:8:"fileName";s:13:"news/post.htm";s:7:"content";s:731:"title = "News article"
url = "/news-media/news/post/:slug"
layout = "default"
description = "Detail News Article"
is_hidden = 0

[blogPost blogDetail]
slug = "{{ :slug }}"
categoryPage = "news/news"
==
<?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:1520599416;s:6:"markup";s:101:"<div class="row">
    <div class="col-md-12">
        {% component 'blogDetail' %}
    </div>

</div>";s:4:"code";s:414:"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:12:"News article";s:3:"url";s:27:"/news-media/news/post/:slug";s:6:"layout";s:7:"default";s:11:"description";s:19:"Detail News Article";s:9:"is_hidden";s:1:"0";s:19:"blogPost blogDetail";a:2:{s:4:"slug";s:11:"{{ :slug }}";s:12:"categoryPage";s:9:"news/news";}}}