[% WRAPPER wrap_sidebar.html %] [%- USE date(format = '%B %e, %Y') -%] [%- SET result = list_posts({ limit => 10 }) posts = result.rows -%] [% FOREACH Post IN posts %]
[% IF Post.image_url %] [% END %]

[% Post.title %]

[% Post.summary %] ... read more
[% END %] [% END %]