friendship ended with social-app. php is my new best friend
at main 549 B view raw
1{layout 'layout.latte'} 2 3{block title} | {$feedName}{/block} 4 5{block content} 6 {include '_partials/feedHeader.latte', displayName: $feedName, description: $feedDescription, avatar: $feedAvatar, creatorDisplay: $feedAuthorName, creatorHandle: $feedAuthorHandle, creatorPds: $feedAuthorPds, creatorDid: $feedAuthorDid, feedAtUri: $feedAtUri} 7 <div class="postList" data-uri="{$feedAtUri}" data-cursor="{$cursor}"> 8 {include '_partials/refreshbar.latte', feedType: 'feed'} 9 {include '_partials/feedPosts.latte', posts: $posts} 10 </div> 11{/block}