friendship ended with social-app. php is my new best friend
1{layout 'layout.latte'}
2
3{block content}
4 <div class="homeHeader">
5 You're viewing <a href="{$feedInfo->url}">{$feedInfo->title}</a>. <a href="/login">Log in</a> to set your own home feed.
6 </div>
7 {include '_partials/refreshbar.latte', feedType: 'feed'}
8 {include '_partials/spinner.latte'}
9 <div class="postsList" data-uri="{$feedAtUri}" data-cursor="{$cursor}">
10 {include '_partials/feedPosts.latte', posts: $posts}
11 </div>
12{/block}