{extends "../@layout.xml"} {block title}{_"feed"}{/block} {block header} {_"feed"}
{_"all_news"}
{/block} {block content}
{_"publish_post"}


{_"attach_photo"}

{foreach $posts as $post} {include "../components/post.xml", post => $post, onWallOf => true} {/foreach} {include "../components/paginator.xml", conf => $paginatorConf}
{_"posts_per_page"}:
{/block}