{{#if collections.hero-rail.items}}
{{#for post in collections.hero-rail.items}}{{partial:post-card variant="sm" show_excerpt=false}}{{/for}}
{{#else}}
{{#for post in posts.items}}{{#if loop.first}}{{#else}}{{partial:post-card variant="sm" show_excerpt=false}}{{/if}}{{/for}}
{{/if}}