{{#if postStream.loadingAbove}}
{{i18n loading}}
{{/if}}
{{#unless postStream.loadingFilter}}
{{cloaked-collection cloakView="post"
idProperty="post_number"
defaultHeight="200"
content=postStream.posts
slackRatio=slackRatio
loadingHTML=controller.loadingHTML
preservesContext="true"
uncloakDefault="true"
offsetFixed="header"}}
{{/unless}}
{{#if postStream.loadingBelow}}
{{i18n loading}}
{{/if}}