--- layout: layouts/base.njk title: Featured withSidebar: true pagination: data: collections.featuredPosts size: 20 alias: paginatedFeatured generatePageOnEmptyData: true permalink: "featured/{% if pagination.pageNumber > 0 %}page/{{ pagination.pageNumber + 1 }}/{% endif %}" ---
Curated posts pinned as featured. ({{ collections.featuredPosts.length }} total)
{% if paginatedFeatured.length > 0 %}{{ post.templateContent | striptags | truncate(250) }}
{% endif %} Read more → {% else %} {# ── Note ── #} {% if post.templateContent %}