{extends "../@layout.xml"} {block title}{_"feed"}{/block} {block header} {_"feed"}
{_"all_news"}
{/block} {block content}
{include "../components/textArea.xml", route => "/wall" . $thisUser->getId() . "/makePost"}

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