03.
<div
class
=
"hero banner"
>
04.
<div
class
=
"container"
>
05.
<div
class
=
"row"
>
06.
<div
class
=
"col-sm-24 col-md-20 col-md-offset-2"
>
07.
<div
class
=
"content"
>
08.
<span
class
=
"snippet"
>News</span>
09.
<h1
class
=
"title"
><?=
$post
->title; ?></h1>
10.
<div
class
=
"author"
>
11.
<?
$user_image
= Users_User::create()->find(
$post
->created_user_id); ?>
12.
<div
class
=
"author-picture"
>
13.
<img src=
"<?= $user_image->photo->getThumbnailPath(150, 'auto'); ?>"
alt=
"<?= $post->author_first_name; ?> <?= $post->author_last_name; ?>"
/>
14.
</div>
15.
<span>by <?=
$post
->author_first_name; ?> <?=
$post
->author_last_name; ?><!-- on <?=
$post
->published_date->format(
'%e %B %Y'
); ?>--></span>