{@ include(common/header) @} {@ include(common/search) @}
{@ if (isset($meta->thumbnail) && $meta->thumbnail != '') @}
{@ endif @}
{{ $meta->date }}
{{ $meta->author }}
{@ if (isset($meta->category) && !empty($meta->category) && $meta->category[0] !== '') @} {@ foreach ($meta->category as $cat) @}
{{ $cat }}
{@ endforeach @} {@ endif @}

{{{ $meta->title }}}

{{{ $article }}}
{@ include(common/footer) @}